Html Css Color HEX #DDE8ED Pattens Blue

📋 copy color: '#DDE8ED'

red 221 ◦ green 232 ◦ blue 237

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

Shades of Pattens Blue #DDE8ED

Tints of Pattens Blue #DDE8ED

RGB

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

 GREEN value IS 232 (91.02% from 255) = 33.62%

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

R = 32.03%
G = 33.62%
B = 34.35%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDE8ED (or 0xDDE8ED) is known color: Pattens Blue. HEX triplet: DD, E8 and ED. RGB value is (221,232,237). Sum of RGB (Red+Green+Blue) = 221+232+237=690 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.03% from 690); Green value is 232 (91.02% from 255 or 33.62% from 690); Blue value is 237 (92.97% from 255 or 34.35% from 690); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDE8ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE8ED is #221712. Grayscale: #E5E5E5. Windows color (decimal): -2234131 or 15591645. OLE color: 15591645.

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

Color convert

RGB 221 232 237 -
CMYK 0.07 0.02 0 0.07
HSL 198.75º 0.31% 0.9% -
HSV(B) 198.75º 0.07% 0.93% -
XYZ 73.96 79.2 91.51 -
YUV 229.28 132.36 122.09 -
System Red Green Blue C M Y K H S L
Decimal 221 232 237 0.07 0.02 0 0.07 198.75 0.31 0.9
Hex DD E8 ED 7 2 0 7 C7 1F 5A
Octal 335 350 355 7 2 0 7 307 37 132
Binary 11011101 11101000 11101101 111 10 0 111 11000111 11111 1011010

Color Harmonies of #DDE8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE8ED

Black with #DDE8ED

Text Example


Text Example

White with #DDE8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE8ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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