Html Css Color HEX #DDE7EA Pattens Blue

📋 copy color: '#DDE7EA'

red 221 ◦ green 231 ◦ blue 234

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

Shades of Pattens Blue #DDE7EA

Tints of Pattens Blue #DDE7EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.11%

R = 32.22%
G = 33.67%
B = 34.11%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DDE7EA (or 0xDDE7EA) is known color: Pattens Blue. HEX triplet: DD, E7 and EA. RGB value is (221,231,234). Sum of RGB (Red+Green+Blue) = 221+231+234=686 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.22% from 686); Green value is 231 (90.62% from 255 or 33.67% from 686); Blue value is 234 (91.80% from 255 or 34.11% from 686); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDE7EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE7EA is #221815. Grayscale: #E4E4E4. Windows color (decimal): -2234390 or 15394781. OLE color: 15394781.

HSL color Cylindrical-coordinate representation of color #DDE7EA: hue angle of 193.85º degrees, saturation: 0.24, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDE7EA is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 231 234 -
CMYK 0.06 0.01 0 0.08
HSL 193.85º 0.24% 0.89% -
HSV(B) 193.85º 0.06% 0.92% -
XYZ 73.25 78.46 89.13 -
YUV 228.35 131.19 122.76 -
System Red Green Blue C M Y K H S L
Decimal 221 231 234 0.06 0.01 0 0.08 193.85 0.24 0.89
Hex DD E7 EA 6 1 0 8 C2 18 59
Octal 335 347 352 6 1 0 10 302 30 131
Binary 11011101 11100111 11101010 110 1 0 1000 11000010 11000 1011001

Color Harmonies of #DDE7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE7EA

Black with #DDE7EA

Text Example


Text Example

White with #DDE7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE7EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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