Html Css Color HEX #CCE0E9 Pattens Blue

📋 copy color: '#CCE0E9'

red 204 ◦ green 224 ◦ blue 233

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

Shades of Pattens Blue #CCE0E9

Tints of Pattens Blue #CCE0E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 35.25%

R = 30.86%
G = 33.89%
B = 35.25%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CCE0E9 (or 0xCCE0E9) is known color: Pattens Blue. HEX triplet: CC, E0 and E9. RGB value is (204,224,233). Sum of RGB (Red+Green+Blue) = 204+224+233=661 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.86% from 661); Green value is 224 (87.89% from 255 or 33.89% from 661); Blue value is 233 (91.41% from 255 or 35.25% from 661); Max value from RGB is 233 - color contains mainly: blue. Hex color #CCE0E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE0E9 is #331F16. Grayscale: #DADADA. Windows color (decimal): -3350295 or 15327436. OLE color: 15327436.

HSL color Cylindrical-coordinate representation of color #CCE0E9: hue angle of 198.62º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCE0E9 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 224 233 -
CMYK 0.12 0.04 0 0.09
HSL 198.62º 0.4% 0.86% -
HSV(B) 198.62º 0.12% 0.91% -
XYZ 66.27 72.03 87.5 -
YUV 219.05 135.87 117.27 -
System Red Green Blue C M Y K H S L
Decimal 204 224 233 0.12 0.04 0 0.09 198.62 0.4 0.86
Hex CC E0 E9 C 4 0 9 C7 28 56
Octal 314 340 351 14 4 0 11 307 50 126
Binary 11001100 11100000 11101001 1100 100 0 1001 11000111 101000 1010110

Color Harmonies of #CCE0E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE0E9

Black with #CCE0E9

Text Example


Text Example

White with #CCE0E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE0E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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