Html Css Color HEX #CCE4EA Onahau

📋 copy color: '#CCE4EA'

red 204 ◦ green 228 ◦ blue 234

#CCE4EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Onahau #CCE4EA

Tints of Onahau #CCE4EA

RGB

 RED value IS 204 (80.08% from 255) = 30.63%

 GREEN value IS 228 (89.45% from 255) = 34.23%

 BLUE value IS 234 (91.8% from 255) = 35.14%

R = 30.63%
G = 34.23%
B = 35.14%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CCE4EA (or 0xCCE4EA) is known color: Onahau. HEX triplet: CC, E4 and EA. RGB value is (204,228,234). Sum of RGB (Red+Green+Blue) = 204+228+234=666 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.63% from 666); Green value is 228 (89.45% from 255 or 34.23% from 666); Blue value is 234 (91.80% from 255 or 35.14% from 666); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCE4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE4EA is #331B15. Grayscale: #DDDDDD. Windows color (decimal): -3349270 or 15393996. OLE color: 15393996.

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

Color convert

RGB 204 228 234 -
CMYK 0.13 0.03 0 0.08
HSL 192º 0.42% 0.86% -
HSV(B) 192º 0.13% 0.92% -
XYZ 67.5 74.26 88.62 -
YUV 221.51 135.05 115.51 -
System Red Green Blue C M Y K H S L
Decimal 204 228 234 0.13 0.03 0 0.08 192 0.42 0.86
Hex CC E4 EA D 3 0 8 C0 2A 56
Octal 314 344 352 15 3 0 10 300 52 126
Binary 11001100 11100100 11101010 1101 11 0 1000 11000000 101010 1010110

Color Harmonies of #CCE4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE4EA

Black with #CCE4EA

Text Example


Text Example

White with #CCE4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE4EA; }

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

 H1.HeaderClassName
 {
   color: #CCE4EA;
 }
 .AnyTagClassName
 {
   color: #CCE4EA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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