Html Css Color HEX #D1D2DC Periwinkle

📋 copy color: '#D1D2DC'

red 209 ◦ green 210 ◦ blue 220

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

Shades of Periwinkle #D1D2DC

Tints of Periwinkle #D1D2DC

RGB

 RED value IS 209 (82.03% from 255) = 32.71%

 GREEN value IS 210 (82.42% from 255) = 32.86%

 BLUE value IS 220 (86.33% from 255) = 34.43%

R = 32.71%
G = 32.86%
B = 34.43%

CMYK

 C value IS 0.05

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D1D2DC (or 0xD1D2DC) is known color: Periwinkle. HEX triplet: D1, D2 and DC. RGB value is (209,210,220). Sum of RGB (Red+Green+Blue) = 209+210+220=639 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.71% from 639); Green value is 210 (82.42% from 255 or 32.86% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 220 - color contains mainly: blue. Hex color #D1D2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D2DC is #2E2D23. Grayscale: #D2D2D2. Windows color (decimal): -3026212 or 14471889. OLE color: 14471889.

HSL color Cylindrical-coordinate representation of color #D1D2DC: hue angle of 234.55º degrees, saturation: 0.14, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D1D2DC is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 210 220 -
CMYK 0.05 0.05 0 0.14
HSL 234.55º 0.14% 0.84% -
HSV(B) 234.55º 0.05% 0.86% -
XYZ 62.26 64.82 76.94 -
YUV 210.84 133.17 126.69 -
System Red Green Blue C M Y K H S L
Decimal 209 210 220 0.05 0.05 0 0.14 234.55 0.14 0.84
Hex D1 D2 DC 5 5 0 E EB E 54
Octal 321 322 334 5 5 0 16 353 16 124
Binary 11010001 11010010 11011100 101 101 0 1110 11101011 1110 1010100

Color Harmonies of #D1D2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D2DC

Black with #D1D2DC

Text Example


Text Example

White with #D1D2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D2DC; }

 p { color: rgb(209,210,220); }

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

background-color css

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

 a { background-color: rgb(209,210,220); }

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

border-color css

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

 span { border-color: rgb(209,210,220); }

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