#CEE1E6

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

Shades of Onahau #CEE1E6

Tints of Onahau #CEE1E6

Color information

#CEE1E6 (or 0xCEE1E6) is unknown color: approx Onahau. HEX triplet: CE, E1 and E6. RGB value is (206,225,230). Sum of RGB (Red+Green+Blue) = 206+225+230=661 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.16% from 661); Green value is 225 (88.28% from 255 or 34.04% from 661); Blue value is 230 (90.23% from 255 or 34.80% from 661); Max value from RGB is 230 - color contains mainly: blue. Hex color #CEE1E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE1E6 is #311E19. Grayscale: #DBDBDB. Windows color (decimal): -3218970 or 15131086. OLE color: 15131086.

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

Color convert

RGB206225230-
CMYK0.100.0200.10
HSL192.5º32.43%85.49%-
HSV(B)192.5º10.43%90.2%-
XYZ66.6672.6985.38-
YUV219.89133.71118.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.16%
GREEN value IS 225 (88.28% from 255) = 34.04%
BLUE value IS 230 (90.23% from 255) = 34.80%
R=31.16%
G=34.04%
B=34.80%

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
Decimal2062252300.100.0200.10192.532.4385.49
HexCEE1E6A20Ac02055
Octal31634134612201230040125
Binary11001110111000011110011010101001010110000001000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE1E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE1E6; }

 p { color: rgb(206,225,230); }

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

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

 a { background-color: rgb(206,225,230); }

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

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

 span { border-color: rgb(206,225,230); }

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