Html Css Color HEX #DDE7EC Pattens Blue

📋 copy color: '#DDE7EC'

red 221 ◦ green 231 ◦ blue 236

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

Shades of Pattens Blue #DDE7EC

Tints of Pattens Blue #DDE7EC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 33.58%

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

R = 32.12%
G = 33.58%
B = 34.3%

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

#DDE7EC (or 0xDDE7EC) is known color: Pattens Blue. HEX triplet: DD, E7 and EC. RGB value is (221,231,236). Sum of RGB (Red+Green+Blue) = 221+231+236=688 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.12% from 688); Green value is 231 (90.62% from 255 or 33.58% from 688); Blue value is 236 (92.58% from 255 or 34.30% from 688); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDE7EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE7EC is #221813. Grayscale: #E4E4E4. Windows color (decimal): -2234388 or 15525853. OLE color: 15525853.

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

Color convert

RGB 221 231 236 -
CMYK 0.06 0.02 0 0.07
HSL 200º 0.28% 0.9% -
HSV(B) 200º 0.06% 0.93% -
XYZ 73.54 78.58 90.65 -
YUV 228.58 132.19 122.59 -
System Red Green Blue C M Y K H S L
Decimal 221 231 236 0.06 0.02 0 0.07 200 0.28 0.9
Hex DD E7 EC 6 2 0 7 C8 1C 5A
Octal 335 347 354 6 2 0 7 310 34 132
Binary 11011101 11100111 11101100 110 10 0 111 11001000 11100 1011010

Color Harmonies of #DDE7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE7EC

Black with #DDE7EC

Text Example


Text Example

White with #DDE7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE7EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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