#CCE2E8

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

Shades of Onahau #CCE2E8

Tints of Onahau #CCE2E8

Color information

#CCE2E8 (or 0xCCE2E8) is unknown color: approx Onahau. HEX triplet: CC, E2 and E8. RGB value is (204,226,232). Sum of RGB (Red+Green+Blue) = 204+226+232=662 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.82% from 662); Green value is 226 (88.67% from 255 or 34.14% from 662); Blue value is 232 (91.02% from 255 or 35.05% from 662); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCE2E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE2E8 is #331D17. Grayscale: #DCDCDC. Windows color (decimal): -3349784 or 15262412. OLE color: 15262412.

HSL color Cylindrical-coordinate representation of color #CCE2E8: hue angle of 192.86º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCE2E8 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB204226232-
CMYK0.120.0300.09
HSL192.86º37.84%85.49%-
HSV(B)192.86º12.07%90.98%-
XYZ66.6673.0686.93-
YUV220.11134.71116.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.82%
GREEN value IS 226 (88.67% from 255) = 34.14%
BLUE value IS 232 (91.02% from 255) = 35.05%
R=30.82%
G=34.14%
B=35.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042262320.120.0300.09192.8637.8485.49
HexCCE2E8C309c12655
Octal31434235014301130146125
Binary11001100111000101110100011001101001110000011001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE2E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE2E8; }

 p { color: rgb(204,226,232); }

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

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

 a { background-color: rgb(204,226,232); }

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

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

 span { border-color: rgb(204,226,232); }

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