#CEEEAF

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

Shades of Reef #CEEEAF

Tints of Reef #CEEEAF

Color information

#CEEEAF (or 0xCEEEAF) is unknown color: approx Reef. HEX triplet: CE, EE and AF. RGB value is (206,238,175). Sum of RGB (Red+Green+Blue) = 206+238+175=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 238 (93.36% from 255 or 38.45% from 619); Blue value is 175 (68.75% from 255 or 28.27% from 619); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEEAF is #311150. Grayscale: #DDDDDD. Windows color (decimal): -3215697 or 11529934. OLE color: 11529934.

HSL color Cylindrical-coordinate representation of color #CEEEAF: hue angle of 90.48º degrees, saturation: 0.65, 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 #CEEEAF is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB206238175-
CMYK0.1300.260.07
HSL90.48º64.95%80.98%-
HSV(B)90.48º26.47%93.33%-
XYZ63.7777.3752.13-
YUV221.25101.9117.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.28%
GREEN value IS 238 (93.36% from 255) = 38.45%
BLUE value IS 175 (68.75% from 255) = 28.27%
R=33.28%
G=38.45%
B=28.27%

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
Decimal2062381750.1300.260.0790.4864.9580.98
HexCEEEAFD01A75a4151
Octal316356257150327132101121
Binary1100111011101110101011111101011010111101101010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEEAF; }

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

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

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

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

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

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

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

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