#CCDE93

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

Shades of Reef #CCDE93

Tints of Reef #CCDE93

Color information

#CCDE93 (or 0xCCDE93) is unknown color: approx Reef. HEX triplet: CC, DE and 93. RGB value is (204,222,147). Sum of RGB (Red+Green+Blue) = 204+222+147=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 222 (87.11% from 255 or 38.74% from 573); Blue value is 147 (57.81% from 255 or 25.65% from 573); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDE93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDE93 is #33216C. Grayscale: #D0D0D0. Windows color (decimal): -3350893 or 9690828. OLE color: 9690828.

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

Color convert

RGB204222147-
CMYK0.0800.340.13
HSL74.4º53.19%72.35%-
HSV(B)74.4º33.78%87.06%-
XYZ56.2967.1937.61-
YUV208.0793.54125.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.60%
GREEN value IS 222 (87.11% from 255) = 38.74%
BLUE value IS 147 (57.81% from 255) = 25.65%
R=35.60%
G=38.74%
B=25.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042221470.0800.340.1374.453.1972.35
HexCCDE938022D4a3548
Octal314336223100421511265110
Binary11001100110111101001001110000100010110110010101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDE93; }

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

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

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

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

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

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

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

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