Html Css Color HEX #D6CDD2 Twilight

📋 copy color: '#D6CDD2'

red 214 ◦ green 205 ◦ blue 210

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

Shades of Twilight #D6CDD2

Tints of Twilight #D6CDD2

RGB

 RED value IS 214 (83.98% from 255) = 34.02%

 GREEN value IS 205 (80.47% from 255) = 32.59%

 BLUE value IS 210 (82.42% from 255) = 33.39%

R = 34.02%
G = 32.59%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D6CDD2 (or 0xD6CDD2) is known color: Twilight. HEX triplet: D6, CD and D2. RGB value is (214,205,210). Sum of RGB (Red+Green+Blue) = 214+205+210=629 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.02% from 629); Green value is 205 (80.47% from 255 or 32.59% from 629); Blue value is 210 (82.42% from 255 or 33.39% from 629); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CDD2 is #29322D. Grayscale: #D0D0D0. Windows color (decimal): -2699822 or 13815254. OLE color: 13815254.

HSL color Cylindrical-coordinate representation of color #D6CDD2: hue angle of 326.67º degrees, saturation: 0.1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D6CDD2 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 205 210 -
CMYK 0 0.04 0.02 0.16
HSL 326.67º 0.1% 0.82% -
HSV(B) 326.67º 0.04% 0.84% -
XYZ 61.2 62.61 69.83 -
YUV 208.26 128.98 132.09 -
System Red Green Blue C M Y K H S L
Decimal 214 205 210 0 0.04 0.02 0.16 326.67 0.1 0.82
Hex D6 CD D2 0 4 2 10 147 A 52
Octal 326 315 322 0 4 2 20 507 12 122
Binary 11010110 11001101 11010010 0 100 10 10000 101000111 1010 1010010

Color Harmonies of #D6CDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CDD2

Black with #D6CDD2

Text Example


Text Example

White with #D6CDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CDD2; }

 p { color: rgb(214,205,210); }

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

background-color css

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

 a { background-color: rgb(214,205,210); }

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

border-color css

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

 span { border-color: rgb(214,205,210); }

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