Html Css Color HEX #CCE0EC Pattens Blue

📋 copy color: '#CCE0EC'

red 204 ◦ green 224 ◦ blue 236

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

Shades of Pattens Blue #CCE0EC

Tints of Pattens Blue #CCE0EC

RGB

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

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

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

R = 30.72%
G = 33.73%
B = 35.54%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCE0EC (or 0xCCE0EC) is known color: Pattens Blue. HEX triplet: CC, E0 and EC. RGB value is (204,224,236). Sum of RGB (Red+Green+Blue) = 204+224+236=664 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.72% from 664); Green value is 224 (87.89% from 255 or 33.73% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCE0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE0EC is #331F13. Grayscale: #DBDBDB. Windows color (decimal): -3350292 or 15524044. OLE color: 15524044.

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

Color convert

RGB 204 224 236 -
CMYK 0.14 0.05 0 0.07
HSL 202.5º 0.46% 0.86% -
HSV(B) 202.5º 0.14% 0.93% -
XYZ 66.7 72.2 89.78 -
YUV 219.39 137.37 117.02 -
System Red Green Blue C M Y K H S L
Decimal 204 224 236 0.14 0.05 0 0.07 202.5 0.46 0.86
Hex CC E0 EC E 5 0 7 CA 2E 56
Octal 314 340 354 16 5 0 7 312 56 126
Binary 11001100 11100000 11101100 1110 101 0 111 11001010 101110 1010110

Color Harmonies of #CCE0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE0EC

Black with #CCE0EC

Text Example


Text Example

White with #CCE0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE0EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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