#CEE0E5

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

Shades of Onahau #CEE0E5

Tints of Onahau #CEE0E5

Color information

#CEE0E5 (or 0xCEE0E5) is unknown color: approx Onahau. HEX triplet: CE, E0 and E5. RGB value is (206,224,229). Sum of RGB (Red+Green+Blue) = 206+224+229=659 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.26% from 659); Green value is 224 (87.89% from 255 or 33.99% from 659); Blue value is 229 (89.84% from 255 or 34.75% from 659); Max value from RGB is 229 - color contains mainly: blue. Hex color #CEE0E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE0E5 is #311F1A. Grayscale: #DBDBDB. Windows color (decimal): -3219227 or 15065294. OLE color: 15065294.

HSL color Cylindrical-coordinate representation of color #CEE0E5: hue angle of 193.04º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEE0E5 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB206224229-
CMYK0.100.0200.10
HSL193.04º30.67%85.29%-
HSV(B)193.04º10.04%89.8%-
XYZ66.2572.0984.55-
YUV219.19133.54118.59-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.26%
GREEN value IS 224 (87.89% from 255) = 33.99%
BLUE value IS 229 (89.84% from 255) = 34.75%
R=31.26%
G=33.99%
B=34.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2062242290.100.0200.10193.0430.6785.29
HexCEE0E5A20Ac11f55
Octal31634034512201230137125
Binary1100111011100000111001011010100101011000001111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE0E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE0E5; }

 p { color: rgb(206,224,229); }

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

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

 a { background-color: rgb(206,224,229); }

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

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

 span { border-color: rgb(206,224,229); }

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