Html Css Color HEX #DDE8EC Pattens Blue

📋 copy color: '#DDE8EC'

red 221 ◦ green 232 ◦ blue 236

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

Shades of Pattens Blue #DDE8EC

Tints of Pattens Blue #DDE8EC

RGB

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

 GREEN value IS 232 (91.02% from 255) = 33.67%

 BLUE value IS 236 (92.58% from 255) = 34.25%

R = 32.08%
G = 33.67%
B = 34.25%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDE8EC (or 0xDDE8EC) is known color: Pattens Blue. HEX triplet: DD, E8 and EC. RGB value is (221,232,236). Sum of RGB (Red+Green+Blue) = 221+232+236=689 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.08% from 689); Green value is 232 (91.02% from 255 or 33.67% from 689); Blue value is 236 (92.58% from 255 or 34.25% from 689); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDE8EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE8EC is #221713. Grayscale: #E5E5E5. Windows color (decimal): -2234132 or 15526109. OLE color: 15526109.

HSL color Cylindrical-coordinate representation of color #DDE8EC: hue angle of 196º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDE8EC is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 232 236 -
CMYK 0.06 0.02 0 0.07
HSL 196º 0.28% 0.9% -
HSV(B) 196º 0.06% 0.93% -
XYZ 73.82 79.14 90.74 -
YUV 229.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 221 232 236 0.06 0.02 0 0.07 196 0.28 0.9
Hex DD E8 EC 6 2 0 7 C4 1C 5A
Octal 335 350 354 6 2 0 7 304 34 132
Binary 11011101 11101000 11101100 110 10 0 111 11000100 11100 1011010

Color Harmonies of #DDE8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE8EC

Black with #DDE8EC

Text Example


Text Example

White with #DDE8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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