Html Css Color HEX #D2D3DC Periwinkle

📋 copy color: '#D2D3DC'

red 210 ◦ green 211 ◦ blue 220

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

Shades of Periwinkle #D2D3DC

Tints of Periwinkle #D2D3DC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.92%

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

R = 32.76%
G = 32.92%
B = 34.32%

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

#D2D3DC (or 0xD2D3DC) is known color: Periwinkle. HEX triplet: D2, D3 and DC. RGB value is (210,211,220). Sum of RGB (Red+Green+Blue) = 210+211+220=641 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.76% from 641); Green value is 211 (82.81% from 255 or 32.92% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 220 - color contains mainly: blue. Hex color #D2D3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D3DC is #2D2C23. Grayscale: #D3D3D3. Windows color (decimal): -2960420 or 14472146. OLE color: 14472146.

HSL color Cylindrical-coordinate representation of color #D2D3DC: 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 #D2D3DC is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 211 220 -
CMYK 0.05 0.04 0 0.14
HSL 234º 0.13% 0.84% -
HSV(B) 234º 0.05% 0.86% -
XYZ 62.79 65.46 77.04 -
YUV 211.73 132.67 126.77 -
System Red Green Blue C M Y K H S L
Decimal 210 211 220 0.05 0.04 0 0.14 234 0.13 0.84
Hex D2 D3 DC 5 4 0 E EA C 54
Octal 322 323 334 5 4 0 16 352 14 124
Binary 11010010 11010011 11011100 101 100 0 1110 11101010 1100 1010100

Color Harmonies of #D2D3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D3DC

Black with #D2D3DC

Text Example


Text Example

White with #D2D3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D3DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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