#CEEBAD

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

Shades of Reef #CEEBAD

Tints of Reef #CEEBAD

Color information

#CEEBAD (or 0xCEEBAD) is unknown color: approx Reef. HEX triplet: CE, EB and AD. RGB value is (206,235,173). Sum of RGB (Red+Green+Blue) = 206+235+173=614 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.55% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 173 (67.97% from 255 or 28.18% from 614); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEBAD is #311452. Grayscale: #DBDBDB. Windows color (decimal): -3216467 or 11398094. OLE color: 11398094.

HSL color Cylindrical-coordinate representation of color #CEEBAD: hue angle of 88.06º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEEBAD is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB206235173-
CMYK0.1200.260.08
HSL88.06º60.78%80%-
HSV(B)88.06º26.38%92.16%-
XYZ62.775.5650.81-
YUV219.26101.89118.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.55%
GREEN value IS 235 (92.19% from 255) = 38.27%
BLUE value IS 173 (67.97% from 255) = 28.18%
R=33.55%
G=38.27%
B=28.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062351730.1200.260.0888.0660.7880
HexCEEBADC01A8583d50
Octal316353255140321013075120
Binary1100111011101011101011011100011010100010110001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEBAD; }

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

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

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

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

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

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

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

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