#CFECAB

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

Shades of Reef #CFECAB

Tints of Reef #CFECAB

Color information

#CFECAB (or 0xCFECAB) is unknown color: approx Reef. HEX triplet: CF, EC and AB. RGB value is (207,236,171). Sum of RGB (Red+Green+Blue) = 207+236+171=614 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.71% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 171 (67.19% from 255 or 27.85% from 614); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFECAB is #301354. Grayscale: #DCDCDC. Windows color (decimal): -3150677 or 11267279. OLE color: 11267279.

HSL color Cylindrical-coordinate representation of color #CFECAB: hue angle of 86.77º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFECAB is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB207236171-
CMYK0.1200.280.07
HSL86.77º63.11%79.8%-
HSV(B)86.77º27.54%92.55%-
XYZ63.0876.249.91-
YUV219.92100.39118.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.71%
GREEN value IS 236 (92.58% from 255) = 38.44%
BLUE value IS 171 (67.19% from 255) = 27.85%
R=33.71%
G=38.44%
B=27.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072361710.1200.280.0786.7763.1179.8
HexCFECABC01C7573f50
Octal31735425314034712777120
Binary110011111110110010101011110001110011110101111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFECAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFECAB; }

 p { color: rgb(207,236,171); }

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

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

 a { background-color: rgb(207,236,171); }

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

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

 span { border-color: rgb(207,236,171); }

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