Html Css Color HEX #DDDFE0 Pattens Blue

📋 copy color: '#DDDFE0'

red 221 ◦ green 223 ◦ blue 224

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

Shades of Pattens Blue #DDDFE0

Tints of Pattens Blue #DDDFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 33.53%

R = 33.08%
G = 33.38%
B = 33.53%

CMYK

 C value IS 0.01

 M value IS 0.00

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DDDFE0 (or 0xDDDFE0) is known color: Pattens Blue. HEX triplet: DD, DF and E0. RGB value is (221,223,224). Sum of RGB (Red+Green+Blue) = 221+223+224=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 223 (87.5% from 255 or 33.38% from 668); Blue value is 224 (87.89% from 255 or 33.53% from 668); Max value from RGB is 224 - color contains mainly: blue. Hex color #DDDFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDFE0 is #22201F. Grayscale: #DEDEDE. Windows color (decimal): -2236448 or 14737373. OLE color: 14737373.

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

Color convert

RGB 221 223 224 -
CMYK 0.01 0.00 0 0.12
HSL 200º 0.05% 0.87% -
HSV(B) 200º 0.01% 0.88% -
XYZ 69.66 73.53 81.04 -
YUV 222.52 128.84 126.92 -
System Red Green Blue C M Y K H S L
Decimal 221 223 224 0.01 0.00 0 0.12 200 0.05 0.87
Hex DD DF E0 1 0 0 C C8 5 57
Octal 335 337 340 1 0 0 14 310 5 127
Binary 11011101 11011111 11100000 1 0 0 1100 11001000 101 1010111

Color Harmonies of #DDDFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDFE0

Black with #DDDFE0

Text Example


Text Example

White with #DDDFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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