#CFEDA9

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

Shades of Reef #CFEDA9

Tints of Reef #CFEDA9

Color information

#CFEDA9 (or 0xCFEDA9) is unknown color: approx Reef. HEX triplet: CF, ED and A9. RGB value is (207,237,169). Sum of RGB (Red+Green+Blue) = 207+237+169=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 169 (66.41% from 255 or 27.57% from 613); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEDA9 is #301256. Grayscale: #DCDCDC. Windows color (decimal): -3150423 or 11136463. OLE color: 11136463.

HSL color Cylindrical-coordinate representation of color #CFEDA9: hue angle of 86.47º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFEDA9 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB207237169-
CMYK0.1300.290.07
HSL86.47º65.38%79.61%-
HSV(B)86.47º28.69%92.94%-
XYZ63.1876.749.01-
YUV220.2899.06118.53-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.77%
GREEN value IS 237 (92.97% from 255) = 38.66%
BLUE value IS 169 (66.41% from 255) = 27.57%
R=33.77%
G=38.66%
B=27.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072371690.1300.290.0786.4765.3879.61
HexCFEDA9D01D7564150
Octal317355251150357126101120
Binary1100111111101101101010011101011101111101011010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEDA9; }

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

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

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

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

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

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

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

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