#CFEBAF

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

Shades of Reef #CFEBAF

Tints of Reef #CFEBAF

Color information

#CFEBAF (or 0xCFEBAF) is unknown color: approx Reef. HEX triplet: CF, EB and AF. RGB value is (207,235,175). Sum of RGB (Red+Green+Blue) = 207+235+175=617 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.55% from 617); Green value is 235 (92.19% from 255 or 38.09% from 617); Blue value is 175 (68.75% from 255 or 28.36% from 617); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEBAF is #301450. Grayscale: #DCDCDC. Windows color (decimal): -3150929 or 11529167. OLE color: 11529167.

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

Color convert

RGB207235175-
CMYK0.1200.260.08
HSL88º60%80.39%-
HSV(B)88º25.53%92.16%-
XYZ63.1875.7851.85-
YUV219.79102.72118.88-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.55%
GREEN value IS 235 (92.19% from 255) = 38.09%
BLUE value IS 175 (68.75% from 255) = 28.36%
R=33.55%
G=38.09%
B=28.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072351750.1200.260.08886080.39
HexCFEBAFC01A8583c50
Octal317353257140321013074120
Binary1100111111101011101011111100011010100010110001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEBAF; }

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

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

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

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

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

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

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

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