#CFEBAC

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

Shades of Reef #CFEBAC

Tints of Reef #CFEBAC

Color information

#CFEBAC (or 0xCFEBAC) is unknown color: approx Reef. HEX triplet: CF, EB and AC. RGB value is (207,235,172). Sum of RGB (Red+Green+Blue) = 207+235+172=614 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.71% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 172 (67.58% from 255 or 28.01% from 614); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEBAC is #301453. Grayscale: #DBDBDB. Windows color (decimal): -3150932 or 11332559. OLE color: 11332559.

HSL color Cylindrical-coordinate representation of color #CFEBAC: hue angle of 86.67º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFEBAC is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB207235172-
CMYK0.1200.270.08
HSL86.67º61.17%79.8%-
HSV(B)86.67º26.81%92.16%-
XYZ62.8975.6650.32-
YUV219.45101.22119.12-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.71%
GREEN value IS 235 (92.19% from 255) = 38.27%
BLUE value IS 172 (67.58% from 255) = 28.01%
R=33.71%
G=38.27%
B=28.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072351720.1200.270.0886.6761.1779.8
HexCFEBACC01B8573d50
Octal317353254140331012775120
Binary1100111111101011101011001100011011100010101111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEBAC; }

 p { color: rgb(207,235,172); }

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

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

 a { background-color: rgb(207,235,172); }

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

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

 span { border-color: rgb(207,235,172); }

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