Html Css Color HEX #CCE6EC Onahau

📋 copy color: '#CCE6EC'

red 204 ◦ green 230 ◦ blue 236

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

Shades of Onahau #CCE6EC

Tints of Onahau #CCE6EC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.33%

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

R = 30.45%
G = 34.33%
B = 35.22%

CMYK

 C value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCE6EC (or 0xCCE6EC) is known color: Onahau. HEX triplet: CC, E6 and EC. RGB value is (204,230,236). Sum of RGB (Red+Green+Blue) = 204+230+236=670 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.45% from 670); Green value is 230 (90.23% from 255 or 34.33% from 670); Blue value is 236 (92.58% from 255 or 35.22% from 670); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCE6EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE6EC is #331913. Grayscale: #DEDEDE. Windows color (decimal): -3348756 or 15525580. OLE color: 15525580.

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

Color convert

RGB 204 230 236 -
CMYK 0.14 0.03 0 0.07
HSL 191.25º 0.46% 0.86% -
HSV(B) 191.25º 0.14% 0.93% -
XYZ 68.34 75.49 90.33 -
YUV 222.91 135.39 114.51 -
System Red Green Blue C M Y K H S L
Decimal 204 230 236 0.14 0.03 0 0.07 191.25 0.46 0.86
Hex CC E6 EC E 3 0 7 BF 2E 56
Octal 314 346 354 16 3 0 7 277 56 126
Binary 11001100 11100110 11101100 1110 11 0 111 10111111 101110 1010110

Color Harmonies of #CCE6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE6EC

Black with #CCE6EC

Text Example


Text Example

White with #CCE6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE6EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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