#CFECB0

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

Shades of Reef #CFECB0

Tints of Reef #CFECB0

Color information

#CFECB0 (or 0xCFECB0) is unknown color: approx Reef. HEX triplet: CF, EC and B0. RGB value is (207,236,176). Sum of RGB (Red+Green+Blue) = 207+236+176=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 176 (69.14% from 255 or 28.43% from 619); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFECB0 is #30134F. Grayscale: #DCDCDC. Windows color (decimal): -3150672 or 11594959. OLE color: 11594959.

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

Color convert

RGB207236176-
CMYK0.1200.250.07
HSL89º61.22%80.78%-
HSV(B)89º25.42%92.55%-
XYZ63.5676.3952.47-
YUV220.49102.89118.38-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.44%
GREEN value IS 236 (92.58% from 255) = 38.13%
BLUE value IS 176 (69.14% from 255) = 28.43%
R=33.44%
G=38.13%
B=28.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072361760.1200.250.078961.2280.78
HexCFECB0C0197593d51
Octal31735426014031713175121
Binary110011111110110010110000110001100111110110011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFECB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFECB0; }

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

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

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

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

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

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

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

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