Html Css Color HEX #DDE7ED Pattens Blue

📋 copy color: '#DDE7ED'

red 221 ◦ green 231 ◦ blue 237

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

Shades of Pattens Blue #DDE7ED

Tints of Pattens Blue #DDE7ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.4%

R = 32.08%
G = 33.53%
B = 34.4%

CMYK

 C value IS 0.07

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDE7ED (or 0xDDE7ED) is known color: Pattens Blue. HEX triplet: DD, E7 and ED. RGB value is (221,231,237). Sum of RGB (Red+Green+Blue) = 221+231+237=689 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.08% from 689); Green value is 231 (90.62% from 255 or 33.53% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDE7ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE7ED is #221812. Grayscale: #E4E4E4. Windows color (decimal): -2234387 or 15591389. OLE color: 15591389.

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

Color convert

RGB 221 231 237 -
CMYK 0.07 0.03 0 0.07
HSL 202.5º 0.31% 0.9% -
HSV(B) 202.5º 0.07% 0.93% -
XYZ 73.68 78.64 91.42 -
YUV 228.69 132.69 122.51 -
System Red Green Blue C M Y K H S L
Decimal 221 231 237 0.07 0.03 0 0.07 202.5 0.31 0.9
Hex DD E7 ED 7 3 0 7 CA 1F 5A
Octal 335 347 355 7 3 0 7 312 37 132
Binary 11011101 11100111 11101101 111 11 0 111 11001010 11111 1011010

Color Harmonies of #DDE7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE7ED

Black with #DDE7ED

Text Example


Text Example

White with #DDE7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE7ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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