#CEDD90

Color #CEDD90 Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #CEDD90

Tints of Deco #CEDD90

Color information

#CEDD90 (or 0xCEDD90) is unknown color: approx Deco. HEX triplet: CE, DD and 90. RGB value is (206,221,144). Sum of RGB (Red+Green+Blue) = 206+221+144=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 144 (56.64% from 255 or 25.22% from 571); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDD90 is #31226F. Grayscale: #D0D0D0. Windows color (decimal): -3220080 or 9493966. OLE color: 9493966.

HSL color Cylindrical-coordinate representation of color #CEDD90: hue angle of 71.69º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CEDD90 is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB206221144-
CMYK0.0700.350.13
HSL71.69º53.1%71.57%-
HSV(B)71.69º34.84%86.67%-
XYZ56.3466.8536.32-
YUV207.7492.03126.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 36.08%
GREEN value IS 221 (86.72% from 255) = 38.70%
BLUE value IS 144 (56.64% from 255) = 25.22%
R=36.08%
G=38.70%
B=25.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062211440.0700.350.1371.6953.171.57
HexCEDD907023D483548
Octal31633522070431511065110
Binary1100111011011101100100001110100011110110010001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDD90; }

 p { color: rgb(206,221,144); }

 H1.HeaderClassName
 {
   color: #CEDD90;
 }
 .AnyTagClassName
 {
   color: #CEDD90;
 }
</style>
background-color css

<style>
 a { background-color: #CEDD90; }

 a { background-color: rgb(206,221,144); }

 div.DivClassName
 {
   background-color: #CEDD90;
 }
 .BgClassName
 {
   background-color: #CEDD90;
 }
</style>
border-color css

<style>
 span { border-color: #CEDD90; }

 span { border-color: rgb(206,221,144); }

 td.TdClassName
 {
   border-color: #CEDD90;
 }
 .TagClassName
 {
   border-color: #CEDD90;
 }
</style>