#CEECF1

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

Shades of Onahau #CEECF1

Tints of Onahau #CEECF1

Color information

#CEECF1 (or 0xCEECF1) is unknown color: approx Onahau. HEX triplet: CE, EC and F1. RGB value is (206,236,241). Sum of RGB (Red+Green+Blue) = 206+236+241=683 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.16% from 683); Green value is 236 (92.58% from 255 or 34.55% from 683); Blue value is 241 (94.53% from 255 or 35.29% from 683); Max value from RGB is 241 - color contains mainly: blue. Hex color #CEECF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEECF1 is #31130E. Grayscale: #E3E3E3. Windows color (decimal): -3216143 or 15854798. OLE color: 15854798.

HSL color Cylindrical-coordinate representation of color #CEECF1: hue angle of 188.57º degrees, saturation: 0.56, 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 #CEECF1 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB206236241-
CMYK0.150.0200.05
HSL188.57º55.56%87.65%-
HSV(B)188.57º14.52%94.51%-
XYZ71.3379.4694.8-
YUV227.6135.56112.59-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.16%
GREEN value IS 236 (92.58% from 255) = 34.55%
BLUE value IS 241 (94.53% from 255) = 35.29%
R=30.16%
G=34.55%
B=35.29%

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
Decimal2062362410.150.0200.05188.5755.5687.65
HexCEECF1F205bd3858
Octal3163543611720527570130
Binary1100111011101100111100011111100101101111011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEECF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEECF1; }

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

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

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

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

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

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

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

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