#CEEEAD

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

Shades of Reef #CEEEAD

Tints of Reef #CEEEAD

Color information

#CEEEAD (or 0xCEEEAD) is unknown color: approx Reef. HEX triplet: CE, EE and AD. RGB value is (206,238,173). Sum of RGB (Red+Green+Blue) = 206+238+173=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 238 (93.36% from 255 or 38.57% from 617); Blue value is 173 (67.97% from 255 or 28.04% from 617); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEEAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEEAD is #311152. Grayscale: #DDDDDD. Windows color (decimal): -3215699 or 11398862. OLE color: 11398862.

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

Color convert

RGB206238173-
CMYK0.1300.270.07
HSL89.54º65.66%80.59%-
HSV(B)89.54º27.31%93.33%-
XYZ63.5777.2951.1-
YUV221.02100.9117.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.39%
GREEN value IS 238 (93.36% from 255) = 38.57%
BLUE value IS 173 (67.97% from 255) = 28.04%
R=33.39%
G=38.57%
B=28.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062381730.1300.270.0789.5465.6680.59
HexCEEEADD01B75a4251
Octal316356255150337132102121
Binary1100111011101110101011011101011011111101101010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEEAD; }

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

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

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

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

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

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

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

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