Html Css Color HEX #CCDEE5 Pattens Blue

📋 copy color: '#CCDEE5'

red 204 ◦ green 222 ◦ blue 229

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

Shades of Pattens Blue #CCDEE5

Tints of Pattens Blue #CCDEE5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.89%

 BLUE value IS 229 (89.84% from 255) = 34.96%

R = 31.15%
G = 33.89%
B = 34.96%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CCDEE5 (or 0xCCDEE5) is known color: Pattens Blue. HEX triplet: CC, DE and E5. RGB value is (204,222,229). Sum of RGB (Red+Green+Blue) = 204+222+229=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 222 (87.11% from 255 or 33.89% from 655); Blue value is 229 (89.84% from 255 or 34.96% from 655); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCDEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDEE5 is #33211A. Grayscale: #D9D9D9. Windows color (decimal): -3350811 or 15064780. OLE color: 15064780.

HSL color Cylindrical-coordinate representation of color #CCDEE5: hue angle of 196.8º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCDEE5 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 222 229 -
CMYK 0.11 0.03 0 0.10
HSL 196.8º 0.32% 0.85% -
HSV(B) 196.8º 0.11% 0.9% -
XYZ 65.17 70.74 84.35 -
YUV 217.42 134.54 118.43 -
System Red Green Blue C M Y K H S L
Decimal 204 222 229 0.11 0.03 0 0.10 196.8 0.32 0.85
Hex CC DE E5 B 3 0 A C5 20 55
Octal 314 336 345 13 3 0 12 305 40 125
Binary 11001100 11011110 11100101 1011 11 0 1010 11000101 100000 1010101

Color Harmonies of #CCDEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDEE5

Black with #CCDEE5

Text Example


Text Example

White with #CCDEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDEE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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