#CCDE8D

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

Shades of Sulu #CCDE8D

Tints of Sulu #CCDE8D

Color information

#CCDE8D (or 0xCCDE8D) is unknown color: approx Sulu. HEX triplet: CC, DE and 8D. RGB value is (204,222,141). Sum of RGB (Red+Green+Blue) = 204+222+141=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 222 (87.11% from 255 or 39.15% from 567); Blue value is 141 (55.47% from 255 or 24.87% from 567); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDE8D is #332172. Grayscale: #CFCFCF. Windows color (decimal): -3350899 or 9297612. OLE color: 9297612.

HSL color Cylindrical-coordinate representation of color #CCDE8D: hue angle of 73.33º 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 #CCDE8D is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB204222141-
CMYK0.0800.360.13
HSL73.33º55.1%71.18%-
HSV(B)73.33º36.49%87.06%-
XYZ55.836735.19-
YUV207.3890.54125.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.98%
GREEN value IS 222 (87.11% from 255) = 39.15%
BLUE value IS 141 (55.47% from 255) = 24.87%
R=35.98%
G=39.15%
B=24.87%

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
Decimal2042221410.0800.360.1373.3355.171.18
HexCCDE8D8024D493747
Octal314336215100441511167107
Binary11001100110111101000110110000100100110110010011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDE8D; }

 p { color: rgb(204,222,141); }

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

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

 a { background-color: rgb(204,222,141); }

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

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

 span { border-color: rgb(204,222,141); }

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