Html Css Color HEX #CCE8EC Onahau

📋 copy color: '#CCE8EC'

red 204 ◦ green 232 ◦ blue 236

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

Shades of Onahau #CCE8EC

Tints of Onahau #CCE8EC

RGB

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

 GREEN value IS 232 (91.02% from 255) = 34.52%

 BLUE value IS 236 (92.58% from 255) = 35.12%

R = 30.36%
G = 34.52%
B = 35.12%

CMYK

 C value IS 0.14

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCE8EC (or 0xCCE8EC) is known color: Onahau. HEX triplet: CC, E8 and EC. RGB value is (204,232,236). Sum of RGB (Red+Green+Blue) = 204+232+236=672 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.36% from 672); Green value is 232 (91.02% from 255 or 34.52% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCE8EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE8EC is #331713. Grayscale: #E0E0E0. Windows color (decimal): -3348244 or 15526092. OLE color: 15526092.

HSL color Cylindrical-coordinate representation of color #CCE8EC: hue angle of 187.5º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCE8EC is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 232 236 -
CMYK 0.14 0.02 0 0.07
HSL 187.5º 0.46% 0.86% -
HSV(B) 187.5º 0.14% 0.93% -
XYZ 68.9 76.61 90.51 -
YUV 224.08 134.72 113.67 -
System Red Green Blue C M Y K H S L
Decimal 204 232 236 0.14 0.02 0 0.07 187.5 0.46 0.86
Hex CC E8 EC E 2 0 7 BC 2E 56
Octal 314 350 354 16 2 0 7 274 56 126
Binary 11001100 11101000 11101100 1110 10 0 111 10111100 101110 1010110

Color Harmonies of #CCE8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE8EC

Black with #CCE8EC

Text Example


Text Example

White with #CCE8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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