#CFEDA8

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

Shades of Reef #CFEDA8

Tints of Reef #CFEDA8

Color information

#CFEDA8 (or 0xCFEDA8) is unknown color: approx Reef. HEX triplet: CF, ED and A8. RGB value is (207,237,168). Sum of RGB (Red+Green+Blue) = 207+237+168=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 237 (92.97% from 255 or 38.73% from 612); Blue value is 168 (66.02% from 255 or 27.45% from 612); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEDA8 is #301257. Grayscale: #DCDCDC. Windows color (decimal): -3150424 or 11070927. OLE color: 11070927.

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

Color convert

RGB207237168-
CMYK0.1300.290.07
HSL86.09º65.71%79.41%-
HSV(B)86.09º29.11%92.94%-
XYZ63.0876.6648.52-
YUV220.1698.56118.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.82%
GREEN value IS 237 (92.97% from 255) = 38.73%
BLUE value IS 168 (66.02% from 255) = 27.45%
R=33.82%
G=38.73%
B=27.45%

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
Decimal2072371680.1300.290.0786.0965.7179.41
HexCFEDA8D01D756424f
Octal317355250150357126102117
Binary1100111111101101101010001101011101111101011010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEDA8; }

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

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

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

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

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

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

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

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