Html Css Color HEX #DDE9EF Pattens Blue

📋 copy color: '#DDE9EF'

red 221 ◦ green 233 ◦ blue 239

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

Shades of Pattens Blue #DDE9EF

Tints of Pattens Blue #DDE9EF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 33.62%

 BLUE value IS 239 (93.75% from 255) = 34.49%

R = 31.89%
G = 33.62%
B = 34.49%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DDE9EF (or 0xDDE9EF) is known color: Pattens Blue. HEX triplet: DD, E9 and EF. RGB value is (221,233,239). Sum of RGB (Red+Green+Blue) = 221+233+239=693 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.89% from 693); Green value is 233 (91.41% from 255 or 33.62% from 693); Blue value is 239 (93.75% from 255 or 34.49% from 693); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDE9EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE9EF is #221610. Grayscale: #E6E6E6. Windows color (decimal): -2233873 or 15722973. OLE color: 15722973.

HSL color Cylindrical-coordinate representation of color #DDE9EF: hue angle of 200º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDE9EF is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 233 239 -
CMYK 0.08 0.03 0 0.06
HSL 200º 0.36% 0.9% -
HSV(B) 200º 0.08% 0.94% -
XYZ 74.54 79.88 93.15 -
YUV 230.1 133.02 121.51 -
System Red Green Blue C M Y K H S L
Decimal 221 233 239 0.08 0.03 0 0.06 200 0.36 0.9
Hex DD E9 EF 8 3 0 6 C8 24 5A
Octal 335 351 357 10 3 0 6 310 44 132
Binary 11011101 11101001 11101111 1000 11 0 110 11001000 100100 1011010

Color Harmonies of #DDE9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE9EF

Black with #DDE9EF

Text Example


Text Example

White with #DDE9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE9EF; }

 p { color: rgb(221,233,239); }

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

background-color css

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

 a { background-color: rgb(221,233,239); }

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

border-color css

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

 span { border-color: rgb(221,233,239); }

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