#CDDE8E

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

Shades of Sulu #CDDE8E

Tints of Sulu #CDDE8E

Color information

#CDDE8E (or 0xCDDE8E) is unknown color: approx Sulu. HEX triplet: CD, DE and 8E. RGB value is (205,222,142). Sum of RGB (Red+Green+Blue) = 205+222+142=569 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.03% from 569); Green value is 222 (87.11% from 255 or 39.02% from 569); Blue value is 142 (55.86% from 255 or 24.96% from 569); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDE8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDE8E is #322171. Grayscale: #D0D0D0. Windows color (decimal): -3285362 or 9363149. OLE color: 9363149.

HSL color Cylindrical-coordinate representation of color #CDDE8E: hue angle of 72.75º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CDDE8E is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB205222142-
CMYK0.0800.360.13
HSL72.75º54.79%71.37%-
HSV(B)72.75º36.04%87.06%-
XYZ56.1867.1735.6-
YUV207.890.87126-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.03%
GREEN value IS 222 (87.11% from 255) = 39.02%
BLUE value IS 142 (55.86% from 255) = 24.96%
R=36.03%
G=39.02%
B=24.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052221420.0800.360.1372.7554.7971.37
HexCDDE8E8024D493747
Octal315336216100441511167107
Binary11001101110111101000111010000100100110110010011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDE8E; }

 p { color: rgb(205,222,142); }

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

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

 a { background-color: rgb(205,222,142); }

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

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

 span { border-color: rgb(205,222,142); }

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