Html Css Color HEX #CCDEE4 Pattens Blue

📋 copy color: '#CCDEE4'

red 204 ◦ green 222 ◦ blue 228

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

Shades of Pattens Blue #CCDEE4

Tints of Pattens Blue #CCDEE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 34.86%

R = 31.19%
G = 33.94%
B = 34.86%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CCDEE4 (or 0xCCDEE4) is known color: Pattens Blue. HEX triplet: CC, DE and E4. RGB value is (204,222,228). Sum of RGB (Red+Green+Blue) = 204+222+228=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 228 (89.45% from 255 or 34.86% from 654); Max value from RGB is 228 - color contains mainly: blue. Hex color #CCDEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDEE4 is #33211B. Grayscale: #D9D9D9. Windows color (decimal): -3350812 or 14999244. OLE color: 14999244.

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

Color convert

RGB 204 222 228 -
CMYK 0.11 0.03 0 0.11
HSL 195º 0.31% 0.85% -
HSV(B) 195º 0.11% 0.89% -
XYZ 65.03 70.68 83.61 -
YUV 217.3 134.04 118.51 -
System Red Green Blue C M Y K H S L
Decimal 204 222 228 0.11 0.03 0 0.11 195 0.31 0.85
Hex CC DE E4 B 3 0 B C3 1F 55
Octal 314 336 344 13 3 0 13 303 37 125
Binary 11001100 11011110 11100100 1011 11 0 1011 11000011 11111 1010101

Color Harmonies of #CCDEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDEE4

Black with #CCDEE4

Text Example


Text Example

White with #CCDEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDEE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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