#CFE3A9

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

Shades of Reef #CFE3A9

Tints of Reef #CFE3A9

Color information

#CFE3A9 (or 0xCFE3A9) is unknown color: approx Reef. HEX triplet: CF, E3 and A9. RGB value is (207,227,169). Sum of RGB (Red+Green+Blue) = 207+227+169=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 227 (89.06% from 255 or 37.65% from 603); Blue value is 169 (66.41% from 255 or 28.03% from 603); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE3A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE3A9 is #301C56. Grayscale: #D6D6D6. Windows color (decimal): -3152983 or 11133903. OLE color: 11133903.

HSL color Cylindrical-coordinate representation of color #CFE3A9: hue angle of 80.69º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFE3A9 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB207227169-
CMYK0.0900.260.11
HSL80.69º50.88%77.65%-
HSV(B)80.69º25.55%89.02%-
XYZ60.3671.0748.07-
YUV214.41102.37122.72-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.33%
GREEN value IS 227 (89.06% from 255) = 37.65%
BLUE value IS 169 (66.41% from 255) = 28.03%
R=34.33%
G=37.65%
B=28.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2072271690.0900.260.1180.6950.8877.65
HexCFE3A9901AB51334e
Octal317343251110321312163116
Binary1100111111100011101010011001011010101110100011100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE3A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE3A9; }

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

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

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

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

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

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

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

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