#CFDA9C

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

Shades of Reef #CFDA9C

Tints of Reef #CFDA9C

Color information

#CFDA9C (or 0xCFDA9C) is unknown color: approx Reef. HEX triplet: CF, DA and 9C. RGB value is (207,218,156). Sum of RGB (Red+Green+Blue) = 207+218+156=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 156 (61.33% from 255 or 26.85% from 581); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDA9C is #302563. Grayscale: #CFCFCF. Windows color (decimal): -3155300 or 10279631. OLE color: 10279631.

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

Color convert

RGB207218156-
CMYK0.0500.280.15
HSL70.65º45.59%73.33%-
HSV(B)70.65º28.44%85.49%-
XYZ56.865.8141.16-
YUV207.6498.86127.54-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.63%
GREEN value IS 218 (85.55% from 255) = 37.52%
BLUE value IS 156 (61.33% from 255) = 26.85%
R=35.63%
G=37.52%
B=26.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072181560.0500.280.1570.6545.5973.33
HexCFDA9C501CF472e49
Octal31733223450341710756111
Binary110011111101101010011100101011100111110001111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDA9C; }

 p { color: rgb(207,218,156); }

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

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

 a { background-color: rgb(207,218,156); }

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

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

 span { border-color: rgb(207,218,156); }

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