Html Css Color HEX #CCE0EA Pattens Blue

📋 copy color: '#CCE0EA'

red 204 ◦ green 224 ◦ blue 234

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

Shades of Pattens Blue #CCE0EA

Tints of Pattens Blue #CCE0EA

RGB

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

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

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

R = 30.82%
G = 33.84%
B = 35.35%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CCE0EA (or 0xCCE0EA) is known color: Pattens Blue. HEX triplet: CC, E0 and EA. RGB value is (204,224,234). Sum of RGB (Red+Green+Blue) = 204+224+234=662 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.82% from 662); Green value is 224 (87.89% from 255 or 33.84% from 662); Blue value is 234 (91.80% from 255 or 35.35% from 662); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCE0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE0EA is #331F15. Grayscale: #DBDBDB. Windows color (decimal): -3350294 or 15392972. OLE color: 15392972.

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

Color convert

RGB 204 224 234 -
CMYK 0.13 0.04 0 0.08
HSL 200º 0.42% 0.86% -
HSV(B) 200º 0.13% 0.92% -
XYZ 66.41 72.09 88.26 -
YUV 219.16 136.37 117.19 -
System Red Green Blue C M Y K H S L
Decimal 204 224 234 0.13 0.04 0 0.08 200 0.42 0.86
Hex CC E0 EA D 4 0 8 C8 2A 56
Octal 314 340 352 15 4 0 10 310 52 126
Binary 11001100 11100000 11101010 1101 100 0 1000 11001000 101010 1010110

Color Harmonies of #CCE0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE0EA

Black with #CCE0EA

Text Example


Text Example

White with #CCE0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE0EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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