Html Css Color HEX #CCE0E8 Pattens Blue

📋 copy color: '#CCE0E8'

red 204 ◦ green 224 ◦ blue 232

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

Shades of Pattens Blue #CCE0E8

Tints of Pattens Blue #CCE0E8

RGB

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

 GREEN value IS 224 (87.89% from 255) = 33.94%

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

R = 30.91%
G = 33.94%
B = 35.15%

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

#CCE0E8 (or 0xCCE0E8) is known color: Pattens Blue. HEX triplet: CC, E0 and E8. RGB value is (204,224,232). Sum of RGB (Red+Green+Blue) = 204+224+232=660 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.91% from 660); Green value is 224 (87.89% from 255 or 33.94% from 660); Blue value is 232 (91.02% from 255 or 35.15% from 660); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCE0E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE0E8 is #331F17. Grayscale: #DADADA. Windows color (decimal): -3350296 or 15261900. OLE color: 15261900.

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

Color convert

RGB 204 224 232 -
CMYK 0.12 0.03 0 0.09
HSL 197.14º 0.38% 0.85% -
HSV(B) 197.14º 0.12% 0.91% -
XYZ 66.12 71.97 86.75 -
YUV 218.93 135.37 117.35 -
System Red Green Blue C M Y K H S L
Decimal 204 224 232 0.12 0.03 0 0.09 197.14 0.38 0.85
Hex CC E0 E8 C 3 0 9 C5 26 55
Octal 314 340 350 14 3 0 11 305 46 125
Binary 11001100 11100000 11101000 1100 11 0 1001 11000101 100110 1010101

Color Harmonies of #CCE0E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE0E8

Black with #CCE0E8

Text Example


Text Example

White with #CCE0E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE0E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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