Html Css Color HEX #DDE6EC Pattens Blue

📋 copy color: '#DDE6EC'

red 221 ◦ green 230 ◦ blue 236

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

Shades of Pattens Blue #DDE6EC

Tints of Pattens Blue #DDE6EC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 33.48%

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

R = 32.17%
G = 33.48%
B = 34.35%

CMYK

 C value IS 0.06

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDE6EC (or 0xDDE6EC) is known color: Pattens Blue. HEX triplet: DD, E6 and EC. RGB value is (221,230,236). Sum of RGB (Red+Green+Blue) = 221+230+236=687 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.17% from 687); Green value is 230 (90.23% from 255 or 33.48% from 687); Blue value is 236 (92.58% from 255 or 34.35% from 687); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDE6EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE6EC is #221913. Grayscale: #E3E3E3. Windows color (decimal): -2234644 or 15525597. OLE color: 15525597.

HSL color Cylindrical-coordinate representation of color #DDE6EC: hue angle of 204º 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 #DDE6EC is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 230 236 -
CMYK 0.06 0.03 0 0.07
HSL 204º 0.28% 0.9% -
HSV(B) 204º 0.06% 0.93% -
XYZ 73.26 78.02 90.56 -
YUV 227.99 132.52 123.01 -
System Red Green Blue C M Y K H S L
Decimal 221 230 236 0.06 0.03 0 0.07 204 0.28 0.9
Hex DD E6 EC 6 3 0 7 CC 1C 5A
Octal 335 346 354 6 3 0 7 314 34 132
Binary 11011101 11100110 11101100 110 11 0 111 11001100 11100 1011010

Color Harmonies of #DDE6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE6EC

Black with #DDE6EC

Text Example


Text Example

White with #DDE6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE6EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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