Html Css Color HEX #DDE4E9 Pattens Blue

📋 copy color: '#DDE4E9'

red 221 ◦ green 228 ◦ blue 233

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

Shades of Pattens Blue #DDE4E9

Tints of Pattens Blue #DDE4E9

RGB

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

 GREEN value IS 228 (89.45% from 255) = 33.43%

 BLUE value IS 233 (91.41% from 255) = 34.16%

R = 32.4%
G = 33.43%
B = 34.16%

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

#DDE4E9 (or 0xDDE4E9) is known color: Pattens Blue. HEX triplet: DD, E4 and E9. RGB value is (221,228,233). Sum of RGB (Red+Green+Blue) = 221+228+233=682 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.40% from 682); Green value is 228 (89.45% from 255 or 33.43% from 682); Blue value is 233 (91.41% from 255 or 34.16% from 682); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDE4E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE4E9 is #221B16. Grayscale: #E2E2E2. Windows color (decimal): -2235159 or 15328477. OLE color: 15328477.

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

Color convert

RGB 221 228 233 -
CMYK 0.05 0.02 0 0.09
HSL 205º 0.21% 0.89% -
HSV(B) 205º 0.05% 0.91% -
XYZ 72.27 76.74 88.09 -
YUV 226.48 131.68 124.09 -
System Red Green Blue C M Y K H S L
Decimal 221 228 233 0.05 0.02 0 0.09 205 0.21 0.89
Hex DD E4 E9 5 2 0 9 CD 15 59
Octal 335 344 351 5 2 0 11 315 25 131
Binary 11011101 11100100 11101001 101 10 0 1001 11001101 10101 1011001

Color Harmonies of #DDE4E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE4E9

Black with #DDE4E9

Text Example


Text Example

White with #DDE4E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE4E9; }

 p { color: rgb(221,228,233); }

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

background-color css

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

 a { background-color: rgb(221,228,233); }

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

border-color css

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

 span { border-color: rgb(221,228,233); }

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