#CCDA9E

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

Shades of Reef #CCDA9E

Tints of Reef #CCDA9E

Color information

#CCDA9E (or 0xCCDA9E) is unknown color: approx Reef. HEX triplet: CC, DA and 9E. RGB value is (204,218,158). Sum of RGB (Red+Green+Blue) = 204+218+158=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 158 (62.11% from 255 or 27.24% from 580); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDA9E is #332561. Grayscale: #CFCFCF. Windows color (decimal): -3351906 or 10410700. OLE color: 10410700.

HSL color Cylindrical-coordinate representation of color #CCDA9E: hue angle of 74º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCDA9E is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB204218158-
CMYK0.0600.280.15
HSL74º44.78%73.73%-
HSV(B)74º27.52%85.49%-
XYZ56.1465.4542.02-
YUV206.97100.36125.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.17%
GREEN value IS 218 (85.55% from 255) = 37.59%
BLUE value IS 158 (62.11% from 255) = 27.24%
R=35.17%
G=37.59%
B=27.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042181580.0600.280.157444.7873.73
HexCCDA9E601CF4a2d4a
Octal31433223660341711255112
Binary110011001101101010011110110011100111110010101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDA9E; }

 p { color: rgb(204,218,158); }

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

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

 a { background-color: rgb(204,218,158); }

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

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

 span { border-color: rgb(204,218,158); }

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