Html Css Color HEX #CCE5ED Pattens Blue

📋 copy color: '#CCE5ED'

red 204 ◦ green 229 ◦ blue 237

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

Shades of Pattens Blue #CCE5ED

Tints of Pattens Blue #CCE5ED

RGB

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

 GREEN value IS 229 (89.84% from 255) = 34.18%

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

R = 30.45%
G = 34.18%
B = 35.37%

CMYK

 C value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCE5ED (or 0xCCE5ED) is known color: Pattens Blue. HEX triplet: CC, E5 and ED. RGB value is (204,229,237). Sum of RGB (Red+Green+Blue) = 204+229+237=670 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.45% from 670); Green value is 229 (89.84% from 255 or 34.18% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCE5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE5ED is #331A12. Grayscale: #DEDEDE. Windows color (decimal): -3349011 or 15590860. OLE color: 15590860.

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

Color convert

RGB 204 229 237 -
CMYK 0.14 0.03 0 0.07
HSL 194.55º 0.48% 0.86% -
HSV(B) 194.55º 0.14% 0.93% -
XYZ 68.21 74.99 91 -
YUV 222.44 136.22 114.85 -
System Red Green Blue C M Y K H S L
Decimal 204 229 237 0.14 0.03 0 0.07 194.55 0.48 0.86
Hex CC E5 ED E 3 0 7 C3 30 56
Octal 314 345 355 16 3 0 7 303 60 126
Binary 11001100 11100101 11101101 1110 11 0 111 11000011 110000 1010110

Color Harmonies of #CCE5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE5ED

Black with #CCE5ED

Text Example


Text Example

White with #CCE5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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