#CFEBA9

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

Shades of Reef #CFEBA9

Tints of Reef #CFEBA9

Color information

#CFEBA9 (or 0xCFEBA9) is unknown color: approx Reef. HEX triplet: CF, EB and A9. RGB value is (207,235,169). Sum of RGB (Red+Green+Blue) = 207+235+169=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 169 (66.41% from 255 or 27.66% from 611); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEBA9 is #301456. Grayscale: #DBDBDB. Windows color (decimal): -3150935 or 11135951. OLE color: 11135951.

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

Color convert

RGB207235169-
CMYK0.1200.280.08
HSL85.45º62.26%79.22%-
HSV(B)85.45º28.09%92.16%-
XYZ62.675.5548.82-
YUV219.199.72119.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.88%
GREEN value IS 235 (92.19% from 255) = 38.46%
BLUE value IS 169 (66.41% from 255) = 27.66%
R=33.88%
G=38.46%
B=27.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072351690.1200.280.0885.4562.2679.22
HexCFEBA9C01C8553e4f
Octal317353251140341012576117
Binary1100111111101011101010011100011100100010101011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEBA9; }

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

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

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

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

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

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

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

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