#CCE6EB

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

Shades of Onahau #CCE6EB

Tints of Onahau #CCE6EB

Color information

#CCE6EB (or 0xCCE6EB) is unknown color: approx Onahau. HEX triplet: CC, E6 and EB. RGB value is (204,230,235). Sum of RGB (Red+Green+Blue) = 204+230+235=669 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.49% from 669); Green value is 230 (90.23% from 255 or 34.38% from 669); Blue value is 235 (92.19% from 255 or 35.13% from 669); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCE6EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE6EB is #331914. Grayscale: #DEDEDE. Windows color (decimal): -3348757 or 15460044. OLE color: 15460044.

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

Color convert

RGB204230235-
CMYK0.130.0200.08
HSL189.68º43.66%86.08%-
HSV(B)189.68º13.19%92.16%-
XYZ68.1975.4389.56-
YUV222.8134.89114.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.49%
GREEN value IS 230 (90.23% from 255) = 34.38%
BLUE value IS 235 (92.19% from 255) = 35.13%
R=30.49%
G=34.38%
B=35.13%

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
Decimal2042302350.130.0200.08189.6843.6686.08
HexCCE6EBD208be2c56
Octal31434635315201027654126
Binary11001100111001101110101111011001000101111101011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE6EB; }

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

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

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

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

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

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

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

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