Html Css Color HEX #DDE2E5 Pattens Blue

📋 copy color: '#DDE2E5'

red 221 ◦ green 226 ◦ blue 229

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

Shades of Pattens Blue #DDE2E5

Tints of Pattens Blue #DDE2E5

RGB

 RED value IS 221 (86.72% from 255) = 32.69%

 GREEN value IS 226 (88.67% from 255) = 33.43%

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

R = 32.69%
G = 33.43%
B = 33.88%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DDE2E5 (or 0xDDE2E5) is known color: Pattens Blue. HEX triplet: DD, E2 and E5. RGB value is (221,226,229). Sum of RGB (Red+Green+Blue) = 221+226+229=676 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.69% from 676); Green value is 226 (88.67% from 255 or 33.43% from 676); Blue value is 229 (89.84% from 255 or 33.88% from 676); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDE2E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE2E5 is #221D1A. Grayscale: #E0E0E0. Windows color (decimal): -2235675 or 15065821. OLE color: 15065821.

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

Color convert

RGB 221 226 229 -
CMYK 0.03 0.01 0 0.10
HSL 202.5º 0.13% 0.88% -
HSV(B) 202.5º 0.03% 0.9% -
XYZ 71.16 75.42 84.94 -
YUV 224.85 130.34 125.26 -
System Red Green Blue C M Y K H S L
Decimal 221 226 229 0.03 0.01 0 0.10 202.5 0.13 0.88
Hex DD E2 E5 3 1 0 A CA D 58
Octal 335 342 345 3 1 0 12 312 15 130
Binary 11011101 11100010 11100101 11 1 0 1010 11001010 1101 1011000

Color Harmonies of #DDE2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE2E5

Black with #DDE2E5

Text Example


Text Example

White with #DDE2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE2E5; }

 p { color: rgb(221,226,229); }

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

background-color css

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

 a { background-color: rgb(221,226,229); }

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

border-color css

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

 span { border-color: rgb(221,226,229); }

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