Html Css Color HEX #CCE0ED Pattens Blue

📋 copy color: '#CCE0ED'

red 204 ◦ green 224 ◦ blue 237

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

Shades of Pattens Blue #CCE0ED

Tints of Pattens Blue #CCE0ED

RGB

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

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

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

R = 30.68%
G = 33.68%
B = 35.64%

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

#CCE0ED (or 0xCCE0ED) is known color: Pattens Blue. HEX triplet: CC, E0 and ED. RGB value is (204,224,237). Sum of RGB (Red+Green+Blue) = 204+224+237=665 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.68% from 665); Green value is 224 (87.89% from 255 or 33.68% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCE0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE0ED is #331F12. Grayscale: #DBDBDB. Windows color (decimal): -3350291 or 15589580. OLE color: 15589580.

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

Color convert

RGB 204 224 237 -
CMYK 0.14 0.05 0 0.07
HSL 203.64º 0.48% 0.86% -
HSV(B) 203.64º 0.14% 0.93% -
XYZ 66.84 72.26 90.55 -
YUV 219.5 137.87 116.94 -
System Red Green Blue C M Y K H S L
Decimal 204 224 237 0.14 0.05 0 0.07 203.64 0.48 0.86
Hex CC E0 ED E 5 0 7 CC 30 56
Octal 314 340 355 16 5 0 7 314 60 126
Binary 11001100 11100000 11101101 1110 101 0 111 11001100 110000 1010110

Color Harmonies of #CCE0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE0ED

Black with #CCE0ED

Text Example


Text Example

White with #CCE0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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