Html Css Color HEX #D6CDD4 Thistle

📋 copy color: '#D6CDD4'

red 214 ◦ green 205 ◦ blue 212

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

Shades of Thistle #D6CDD4

Tints of Thistle #D6CDD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.6%

R = 33.91%
G = 32.49%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D6CDD4 (or 0xD6CDD4) is known color: Thistle. HEX triplet: D6, CD and D4. RGB value is (214,205,212). Sum of RGB (Red+Green+Blue) = 214+205+212=631 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.91% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 212 (83.20% from 255 or 33.60% from 631); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CDD4 is #29322B. Grayscale: #D0D0D0. Windows color (decimal): -2699820 or 13946326. OLE color: 13946326.

HSL color Cylindrical-coordinate representation of color #D6CDD4: hue angle of 313.33º 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 #D6CDD4 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 205 212 -
CMYK 0 0.04 0.01 0.16
HSL 313.33º 0.1% 0.82% -
HSV(B) 313.33º 0.04% 0.84% -
XYZ 61.45 62.71 71.15 -
YUV 208.49 129.98 131.93 -
System Red Green Blue C M Y K H S L
Decimal 214 205 212 0 0.04 0.01 0.16 313.33 0.1 0.82
Hex D6 CD D4 0 4 1 10 139 A 52
Octal 326 315 324 0 4 1 20 471 12 122
Binary 11010110 11001101 11010100 0 100 1 10000 100111001 1010 1010010

Color Harmonies of #D6CDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CDD4

Black with #D6CDD4

Text Example


Text Example

White with #D6CDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CDD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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