#CFDF9C

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

Shades of Reef #CFDF9C

Tints of Reef #CFDF9C

Color information

#CFDF9C (or 0xCFDF9C) is unknown color: approx Reef. HEX triplet: CF, DF and 9C. RGB value is (207,223,156). Sum of RGB (Red+Green+Blue) = 207+223+156=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 156 (61.33% from 255 or 26.62% from 586); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDF9C is #302063. Grayscale: #D2D2D2. Windows color (decimal): -3154020 or 10280911. OLE color: 10280911.

HSL color Cylindrical-coordinate representation of color #CFDF9C: hue angle of 74.33º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFDF9C is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB207223156-
CMYK0.0700.300.13
HSL74.33º51.15%74.31%-
HSV(B)74.33º30.04%87.45%-
XYZ58.1268.4441.6-
YUV210.5897.2125.45-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.32%
GREEN value IS 223 (87.5% from 255) = 38.05%
BLUE value IS 156 (61.33% from 255) = 26.62%
R=35.32%
G=38.05%
B=26.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072231560.0700.300.1374.3351.1574.31
HexCFDF9C701ED4a334a
Octal31733723470361511263112
Binary110011111101111110011100111011110110110010101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDF9C; }

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

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

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

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

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

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

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

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