#CEEDAF

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

Shades of Reef #CEEDAF

Tints of Reef #CEEDAF

Color information

#CEEDAF (or 0xCEEDAF) is unknown color: approx Reef. HEX triplet: CE, ED and AF. RGB value is (206,237,175). Sum of RGB (Red+Green+Blue) = 206+237+175=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 175 (68.75% from 255 or 28.32% from 618); Max value from RGB is 237 - color contains mainly: green. Hex color #CEEDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEDAF is #311250. Grayscale: #DCDCDC. Windows color (decimal): -3215953 or 11529678. OLE color: 11529678.

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

Color convert

RGB206237175-
CMYK0.1300.260.07
HSL90º63.27%80.78%-
HSV(B)90º26.16%92.94%-
XYZ63.4876.7952.03-
YUV220.66102.23117.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.33%
GREEN value IS 237 (92.97% from 255) = 38.35%
BLUE value IS 175 (68.75% from 255) = 28.32%
R=33.33%
G=38.35%
B=28.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062371750.1300.260.079063.2780.78
HexCEEDAFD01A75a3f51
Octal31635525715032713277121
Binary110011101110110110101111110101101011110110101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEDAF; }

 p { color: rgb(206,237,175); }

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

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

 a { background-color: rgb(206,237,175); }

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

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

 span { border-color: rgb(206,237,175); }

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