#CFECB1

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

Shades of Reef #CFECB1

Tints of Reef #CFECB1

Color information

#CFECB1 (or 0xCFECB1) is unknown color: approx Reef. HEX triplet: CF, EC and B1. RGB value is (207,236,177). Sum of RGB (Red+Green+Blue) = 207+236+177=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 236 (92.58% from 255 or 38.06% from 620); Blue value is 177 (69.53% from 255 or 28.55% from 620); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFECB1 is #30134E. Grayscale: #DCDCDC. Windows color (decimal): -3150671 or 11660495. OLE color: 11660495.

HSL color Cylindrical-coordinate representation of color #CFECB1: hue angle of 89.49º 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 #CFECB1 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB207236177-
CMYK0.1200.250.07
HSL89.49º60.82%80.98%-
HSV(B)89.49º25%92.55%-
XYZ63.6676.4352.99-
YUV220.6103.39118.3-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.39%
GREEN value IS 236 (92.58% from 255) = 38.06%
BLUE value IS 177 (69.53% from 255) = 28.55%
R=33.39%
G=38.06%
B=28.55%

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
Decimal2072361770.1200.250.0789.4960.8280.98
HexCFECB1C0197593d51
Octal31735426114031713175121
Binary110011111110110010110001110001100111110110011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFECB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFECB1; }

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

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

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

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

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

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

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

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