Html Css Color HEX #DDE3E8 Pattens Blue

📋 copy color: '#DDE3E8'

red 221 ◦ green 227 ◦ blue 232

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

Shades of Pattens Blue #DDE3E8

Tints of Pattens Blue #DDE3E8

RGB

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

 GREEN value IS 227 (89.06% from 255) = 33.38%

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

R = 32.5%
G = 33.38%
B = 34.12%

CMYK

 C value IS 0.05

 M value IS 0.02

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DDE3E8 (or 0xDDE3E8) is known color: Pattens Blue. HEX triplet: DD, E3 and E8. RGB value is (221,227,232). Sum of RGB (Red+Green+Blue) = 221+227+232=680 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.5% from 680); Green value is 227 (89.06% from 255 or 33.38% from 680); Blue value is 232 (91.02% from 255 or 34.12% from 680); Max value from RGB is 232 - color contains mainly: blue. Hex color #DDE3E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE3E8 is #221C17. Grayscale: #E1E1E1. Windows color (decimal): -2235416 or 15262685. OLE color: 15262685.

HSL color Cylindrical-coordinate representation of color #DDE3E8: hue angle of 207.27º 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 #DDE3E8 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 227 232 -
CMYK 0.05 0.02 0 0.09
HSL 207.27º 0.19% 0.89% -
HSV(B) 207.27º 0.05% 0.91% -
XYZ 71.85 76.14 87.25 -
YUV 225.78 131.51 124.59 -
System Red Green Blue C M Y K H S L
Decimal 221 227 232 0.05 0.02 0 0.09 207.27 0.19 0.89
Hex DD E3 E8 5 2 0 9 CF 13 59
Octal 335 343 350 5 2 0 11 317 23 131
Binary 11011101 11100011 11101000 101 10 0 1001 11001111 10011 1011001

Color Harmonies of #DDE3E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE3E8

Black with #DDE3E8

Text Example


Text Example

White with #DDE3E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE3E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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