Html Css Color HEX #DDE5E8 Pattens Blue

📋 copy color: '#DDE5E8'

red 221 ◦ green 229 ◦ blue 232

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

Shades of Pattens Blue #DDE5E8

Tints of Pattens Blue #DDE5E8

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.58%

 BLUE value IS 232 (91.02% from 255) = 34.02%

R = 32.4%
G = 33.58%
B = 34.02%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DDE5E8 (or 0xDDE5E8) is known color: Pattens Blue. HEX triplet: DD, E5 and E8. RGB value is (221,229,232). Sum of RGB (Red+Green+Blue) = 221+229+232=682 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.40% from 682); Green value is 229 (89.84% from 255 or 33.58% from 682); Blue value is 232 (91.02% from 255 or 34.02% from 682); Max value from RGB is 232 - color contains mainly: blue. Hex color #DDE5E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE5E8 is #221A17. Grayscale: #E2E2E2. Windows color (decimal): -2234904 or 15263197. OLE color: 15263197.

HSL color Cylindrical-coordinate representation of color #DDE5E8: hue angle of 196.36º degrees, saturation: 0.19, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DDE5E8 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 229 232 -
CMYK 0.05 0.01 0 0.09
HSL 196.36º 0.19% 0.89% -
HSV(B) 196.36º 0.05% 0.91% -
XYZ 72.4 77.24 87.44 -
YUV 226.95 130.85 123.76 -
System Red Green Blue C M Y K H S L
Decimal 221 229 232 0.05 0.01 0 0.09 196.36 0.19 0.89
Hex DD E5 E8 5 1 0 9 C4 13 59
Octal 335 345 350 5 1 0 11 304 23 131
Binary 11011101 11100101 11101000 101 1 0 1001 11000100 10011 1011001

Color Harmonies of #DDE5E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE5E8

Black with #DDE5E8

Text Example


Text Example

White with #DDE5E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE5E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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