#CEEBAB

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

Shades of Reef #CEEBAB

Tints of Reef #CEEBAB

Color information

#CEEBAB (or 0xCEEBAB) is unknown color: approx Reef. HEX triplet: CE, EB and AB. RGB value is (206,235,171). Sum of RGB (Red+Green+Blue) = 206+235+171=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 235 (92.19% from 255 or 38.40% from 612); Blue value is 171 (67.19% from 255 or 27.94% from 612); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEBAB is #311454. Grayscale: #DBDBDB. Windows color (decimal): -3216469 or 11267022. OLE color: 11267022.

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

Color convert

RGB206235171-
CMYK0.1200.270.08
HSL87.19º61.54%79.61%-
HSV(B)87.19º27.23%92.16%-
XYZ62.5175.4849.8-
YUV219.03100.89118.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.66%
GREEN value IS 235 (92.19% from 255) = 38.40%
BLUE value IS 171 (67.19% from 255) = 27.94%
R=33.66%
G=38.40%
B=27.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062351710.1200.270.0887.1961.5479.61
HexCEEBABC01B8573e50
Octal316353253140331012776120
Binary1100111011101011101010111100011011100010101111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEBAB; }

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

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

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

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

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

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

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

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