#CEECF2

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

Shades of Onahau #CEECF2

Tints of Onahau #CEECF2

Color information

#CEECF2 (or 0xCEECF2) is unknown color: approx Onahau. HEX triplet: CE, EC and F2. RGB value is (206,236,242). Sum of RGB (Red+Green+Blue) = 206+236+242=684 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.12% from 684); Green value is 236 (92.58% from 255 or 34.50% from 684); Blue value is 242 (94.92% from 255 or 35.38% from 684); Max value from RGB is 242 - color contains mainly: blue. Hex color #CEECF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEECF2 is #31130D. Grayscale: #E3E3E3. Windows color (decimal): -3216142 or 15920334. OLE color: 15920334.

HSL color Cylindrical-coordinate representation of color #CEECF2: hue angle of 190º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEECF2 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB206236242-
CMYK0.150.0200.05
HSL190º58.06%87.84%-
HSV(B)190º14.88%94.9%-
XYZ71.4879.5295.59-
YUV227.71136.06112.51-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.12%
GREEN value IS 236 (92.58% from 255) = 34.50%
BLUE value IS 242 (94.92% from 255) = 35.38%
R=30.12%
G=34.50%
B=35.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062362420.150.0200.0519058.0687.84
HexCEECF2F205be3a58
Octal3163543621720527672130
Binary1100111011101100111100101111100101101111101110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEECF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEECF2; }

 p { color: rgb(206,236,242); }

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

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

 a { background-color: rgb(206,236,242); }

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

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

 span { border-color: rgb(206,236,242); }

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