#CEEFAD

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

Shades of Reef #CEEFAD

Tints of Reef #CEEFAD

Color information

#CEEFAD (or 0xCEEFAD) is unknown color: approx Reef. HEX triplet: CE, EF and AD. RGB value is (206,239,173). Sum of RGB (Red+Green+Blue) = 206+239+173=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 239 (93.75% from 255 or 38.67% from 618); Blue value is 173 (67.97% from 255 or 27.99% from 618); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEFAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEFAD is #311052. Grayscale: #DDDDDD. Windows color (decimal): -3215443 or 11399118. OLE color: 11399118.

HSL color Cylindrical-coordinate representation of color #CEEFAD: hue angle of 90º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEEFAD is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB206239173-
CMYK0.1400.280.06
HSL90º67.35%80.78%-
HSV(B)90º27.62%93.73%-
XYZ63.8677.8751.2-
YUV221.61100.57116.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.33%
GREEN value IS 239 (93.75% from 255) = 38.67%
BLUE value IS 173 (67.97% from 255) = 27.99%
R=33.33%
G=38.67%
B=27.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062391730.1400.280.069067.3580.78
HexCEEFADE01C65a4351
Octal316357255160346132103121
Binary1100111011101111101011011110011100110101101010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEFAD; }

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

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

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

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

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

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

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

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