#CCE3E7

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

Shades of Onahau #CCE3E7

Tints of Onahau #CCE3E7

Color information

#CCE3E7 (or 0xCCE3E7) is unknown color: approx Onahau. HEX triplet: CC, E3 and E7. RGB value is (204,227,231). Sum of RGB (Red+Green+Blue) = 204+227+231=662 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.82% from 662); Green value is 227 (89.06% from 255 or 34.29% from 662); Blue value is 231 (90.62% from 255 or 34.89% from 662); Max value from RGB is 231 - color contains mainly: blue. Hex color #CCE3E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE3E7 is #331C18. Grayscale: #DCDCDC. Windows color (decimal): -3349529 or 15197132. OLE color: 15197132.

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

Color convert

RGB204227231-
CMYK0.120.0200.09
HSL188.89º36%85.29%-
HSV(B)188.89º11.69%90.59%-
XYZ66.7973.5586.28-
YUV220.58133.88116.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.82%
GREEN value IS 227 (89.06% from 255) = 34.29%
BLUE value IS 231 (90.62% from 255) = 34.89%
R=30.82%
G=34.29%
B=34.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042272310.120.0200.09188.893685.29
HexCCE3E7C209bd2455
Octal31434334714201127544125
Binary11001100111000111110011111001001001101111011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE3E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE3E7; }

 p { color: rgb(204,227,231); }

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

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

 a { background-color: rgb(204,227,231); }

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

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

 span { border-color: rgb(204,227,231); }

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