#CCE6EA

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

Shades of Onahau #CCE6EA

Tints of Onahau #CCE6EA

Color information

#CCE6EA (or 0xCCE6EA) is unknown color: approx Onahau. HEX triplet: CC, E6 and EA. RGB value is (204,230,234). Sum of RGB (Red+Green+Blue) = 204+230+234=668 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.54% from 668); Green value is 230 (90.23% from 255 or 34.43% from 668); Blue value is 234 (91.80% from 255 or 35.03% from 668); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCE6EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE6EA is #331915. Grayscale: #DEDEDE. Windows color (decimal): -3348758 or 15394508. OLE color: 15394508.

HSL color Cylindrical-coordinate representation of color #CCE6EA: hue angle of 188º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCE6EA is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204230234-
CMYK0.130.0200.08
HSL188º41.67%85.88%-
HSV(B)188º12.82%91.76%-
XYZ68.0575.3788.8-
YUV222.68134.39114.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.54%
GREEN value IS 230 (90.23% from 255) = 34.43%
BLUE value IS 234 (91.80% from 255) = 35.03%
R=30.54%
G=34.43%
B=35.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042302340.130.0200.0818841.6785.88
HexCCE6EAD208bc2a56
Octal31434635215201027452126
Binary11001100111001101110101011011001000101111001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE6EA; }

 p { color: rgb(204,230,234); }

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

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

 a { background-color: rgb(204,230,234); }

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

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

 span { border-color: rgb(204,230,234); }

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