Html Css Color HEX #CCE1ED Pattens Blue

📋 copy color: '#CCE1ED'

red 204 ◦ green 225 ◦ blue 237

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

Shades of Pattens Blue #CCE1ED

Tints of Pattens Blue #CCE1ED

RGB

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

 GREEN value IS 225 (88.28% from 255) = 33.78%

 BLUE value IS 237 (92.97% from 255) = 35.59%

R = 30.63%
G = 33.78%
B = 35.59%

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

#CCE1ED (or 0xCCE1ED) is known color: Pattens Blue. HEX triplet: CC, E1 and ED. RGB value is (204,225,237). Sum of RGB (Red+Green+Blue) = 204+225+237=666 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.63% from 666); Green value is 225 (88.28% from 255 or 33.78% from 666); Blue value is 237 (92.97% from 255 or 35.59% from 666); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCE1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE1ED is #331E12. Grayscale: #DCDCDC. Windows color (decimal): -3350035 or 15589836. OLE color: 15589836.

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

Color convert

RGB 204 225 237 -
CMYK 0.14 0.05 0 0.07
HSL 201.82º 0.48% 0.86% -
HSV(B) 201.82º 0.14% 0.93% -
XYZ 67.11 72.8 90.64 -
YUV 220.09 137.54 116.52 -
System Red Green Blue C M Y K H S L
Decimal 204 225 237 0.14 0.05 0 0.07 201.82 0.48 0.86
Hex CC E1 ED E 5 0 7 CA 30 56
Octal 314 341 355 16 5 0 7 312 60 126
Binary 11001100 11100001 11101101 1110 101 0 111 11001010 110000 1010110

Color Harmonies of #CCE1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE1ED

Black with #CCE1ED

Text Example


Text Example

White with #CCE1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE1ED; }

 p { color: rgb(204,225,237); }

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

background-color css

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

 a { background-color: rgb(204,225,237); }

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

border-color css

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

 span { border-color: rgb(204,225,237); }

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