Html Css Color HEX #CCE2E8 Onahau

📋 copy color: '#CCE2E8'

red 204 ◦ green 226 ◦ blue 232

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

Shades of Onahau #CCE2E8

Tints of Onahau #CCE2E8

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.14%

 BLUE value IS 232 (91.02% from 255) = 35.05%

R = 30.82%
G = 34.14%
B = 35.05%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CCE2E8 (or 0xCCE2E8) is known color: Onahau. HEX triplet: CC, E2 and E8. RGB value is (204,226,232). Sum of RGB (Red+Green+Blue) = 204+226+232=662 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.82% from 662); Green value is 226 (88.67% from 255 or 34.14% from 662); Blue value is 232 (91.02% from 255 or 35.05% from 662); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCE2E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE2E8 is #331D17. Grayscale: #DCDCDC. Windows color (decimal): -3349784 or 15262412. OLE color: 15262412.

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

Color convert

RGB 204 226 232 -
CMYK 0.12 0.03 0 0.09
HSL 192.86º 0.38% 0.85% -
HSV(B) 192.86º 0.12% 0.91% -
XYZ 66.66 73.06 86.93 -
YUV 220.11 134.71 116.51 -
System Red Green Blue C M Y K H S L
Decimal 204 226 232 0.12 0.03 0 0.09 192.86 0.38 0.85
Hex CC E2 E8 C 3 0 9 C1 26 55
Octal 314 342 350 14 3 0 11 301 46 125
Binary 11001100 11100010 11101000 1100 11 0 1001 11000001 100110 1010101

Color Harmonies of #CCE2E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE2E8

Black with #CCE2E8

Text Example


Text Example

White with #CCE2E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE2E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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