Html Css Color HEX #DDDFE1 Pattens Blue

📋 copy color: '#DDDFE1'

red 221 ◦ green 223 ◦ blue 225

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

Shades of Pattens Blue #DDDFE1

Tints of Pattens Blue #DDDFE1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.33%

 BLUE value IS 225 (88.28% from 255) = 33.63%

R = 33.03%
G = 33.33%
B = 33.63%

CMYK

 C value IS 0.02

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DDDFE1 (or 0xDDDFE1) is known color: Pattens Blue. HEX triplet: DD, DF and E1. RGB value is (221,223,225). Sum of RGB (Red+Green+Blue) = 221+223+225=669 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.03% from 669); Green value is 223 (87.5% from 255 or 33.33% from 669); Blue value is 225 (88.28% from 255 or 33.63% from 669); Max value from RGB is 225 - color contains mainly: blue. Hex color #DDDFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDFE1 is #22201E. Grayscale: #DEDEDE. Windows color (decimal): -2236447 or 14802909. OLE color: 14802909.

HSL color Cylindrical-coordinate representation of color #DDDFE1: hue angle of 210º degrees, saturation: 0.06, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DDDFE1 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 223 225 -
CMYK 0.02 0.01 0 0.12
HSL 210º 0.06% 0.87% -
HSV(B) 210º 0.02% 0.88% -
XYZ 69.8 73.58 81.76 -
YUV 222.63 129.34 126.84 -
System Red Green Blue C M Y K H S L
Decimal 221 223 225 0.02 0.01 0 0.12 210 0.06 0.87
Hex DD DF E1 2 1 0 C D2 6 57
Octal 335 337 341 2 1 0 14 322 6 127
Binary 11011101 11011111 11100001 10 1 0 1100 11010010 110 1010111

Color Harmonies of #DDDFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDFE1

Black with #DDDFE1

Text Example


Text Example

White with #DDDFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDFE1; }

 p { color: rgb(221,223,225); }

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

background-color css

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

 a { background-color: rgb(221,223,225); }

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

border-color css

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

 span { border-color: rgb(221,223,225); }

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