Html Css Color HEX #DDE6EA Pattens Blue

📋 copy color: '#DDE6EA'

red 221 ◦ green 230 ◦ blue 234

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

Shades of Pattens Blue #DDE6EA

Tints of Pattens Blue #DDE6EA

RGB

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

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

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

R = 32.26%
G = 33.58%
B = 34.16%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DDE6EA (or 0xDDE6EA) is known color: Pattens Blue. HEX triplet: DD, E6 and EA. RGB value is (221,230,234). Sum of RGB (Red+Green+Blue) = 221+230+234=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 230 (90.23% from 255 or 33.58% from 685); Blue value is 234 (91.80% from 255 or 34.16% from 685); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDE6EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE6EA is #221915. Grayscale: #E3E3E3. Windows color (decimal): -2234646 or 15394525. OLE color: 15394525.

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

Color convert

RGB 221 230 234 -
CMYK 0.06 0.02 0 0.08
HSL 198.46º 0.24% 0.89% -
HSV(B) 198.46º 0.06% 0.92% -
XYZ 72.97 77.91 89.03 -
YUV 227.77 131.52 123.17 -
System Red Green Blue C M Y K H S L
Decimal 221 230 234 0.06 0.02 0 0.08 198.46 0.24 0.89
Hex DD E6 EA 6 2 0 8 C6 18 59
Octal 335 346 352 6 2 0 10 306 30 131
Binary 11011101 11100110 11101010 110 10 0 1000 11000110 11000 1011001

Color Harmonies of #DDE6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE6EA

Black with #DDE6EA

Text Example


Text Example

White with #DDE6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE6EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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