Html Css Color HEX #D2DDE1 Pattens Blue

📋 copy color: '#D2DDE1'

red 210 ◦ green 221 ◦ blue 225

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

Shades of Pattens Blue #D2DDE1

Tints of Pattens Blue #D2DDE1

RGB

 RED value IS 210 (82.42% from 255) = 32.01%

 GREEN value IS 221 (86.72% from 255) = 33.69%

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

R = 32.01%
G = 33.69%
B = 34.3%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D2DDE1 (or 0xD2DDE1) is known color: Pattens Blue. HEX triplet: D2, DD and E1. RGB value is (210,221,225). Sum of RGB (Red+Green+Blue) = 210+221+225=656 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.01% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 225 (88.28% from 255 or 34.30% from 656); Max value from RGB is 225 - color contains mainly: blue. Hex color #D2DDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DDE1 is #2D221E. Grayscale: #DADADA. Windows color (decimal): -2957855 or 14802386. OLE color: 14802386.

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

Color convert

RGB 210 221 225 -
CMYK 0.07 0.02 0 0.12
HSL 196º 0.2% 0.85% -
HSV(B) 196º 0.07% 0.88% -
XYZ 66.03 70.85 81.43 -
YUV 218.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 210 221 225 0.07 0.02 0 0.12 196 0.2 0.85
Hex D2 DD E1 7 2 0 C C4 14 55
Octal 322 335 341 7 2 0 14 304 24 125
Binary 11010010 11011101 11100001 111 10 0 1100 11000100 10100 1010101

Color Harmonies of #D2DDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DDE1

Black with #D2DDE1

Text Example


Text Example

White with #D2DDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DDE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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