Html Css Color HEX #D1D2DB Periwinkle

📋 copy color: '#D1D2DB'

red 209 ◦ green 210 ◦ blue 219

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

Shades of Periwinkle #D1D2DB

Tints of Periwinkle #D1D2DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.33%

R = 32.76%
G = 32.92%
B = 34.33%

CMYK

 C value IS 0.05

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D1D2DB (or 0xD1D2DB) is known color: Periwinkle. HEX triplet: D1, D2 and DB. RGB value is (209,210,219). Sum of RGB (Red+Green+Blue) = 209+210+219=638 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.76% from 638); Green value is 210 (82.42% from 255 or 32.92% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 219 - color contains mainly: blue. Hex color #D1D2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D2DB is #2E2D24. Grayscale: #D2D2D2. Windows color (decimal): -3026213 or 14406353. OLE color: 14406353.

HSL color Cylindrical-coordinate representation of color #D1D2DB: hue angle of 234º degrees, saturation: 0.12, 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 #D1D2DB is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 210 219 -
CMYK 0.05 0.04 0 0.14
HSL 234º 0.12% 0.84% -
HSV(B) 234º 0.05% 0.86% -
XYZ 62.13 64.76 76.24 -
YUV 210.73 132.67 126.77 -
System Red Green Blue C M Y K H S L
Decimal 209 210 219 0.05 0.04 0 0.14 234 0.12 0.84
Hex D1 D2 DB 5 4 0 E EA C 54
Octal 321 322 333 5 4 0 16 352 14 124
Binary 11010001 11010010 11011011 101 100 0 1110 11101010 1100 1010100

Color Harmonies of #D1D2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D2DB

Black with #D1D2DB

Text Example


Text Example

White with #D1D2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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