Html Css Color HEX #D9CBDA Thistle

📋 copy color: '#D9CBDA'

red 217 ◦ green 203 ◦ blue 218

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

Shades of Thistle #D9CBDA

Tints of Thistle #D9CBDA

RGB

 RED value IS 217 (85.16% from 255) = 34.01%

 GREEN value IS 203 (79.69% from 255) = 31.82%

 BLUE value IS 218 (85.55% from 255) = 34.17%

R = 34.01%
G = 31.82%
B = 34.17%

CMYK

 C value IS 0.00

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D9CBDA (or 0xD9CBDA) is known color: Thistle. HEX triplet: D9, CB and DA. RGB value is (217,203,218). Sum of RGB (Red+Green+Blue) = 217+203+218=638 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.01% from 638); Green value is 203 (79.69% from 255 or 31.82% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 218 - color contains mainly: blue. Hex color #D9CBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CBDA is #263425. Grayscale: #D0D0D0. Windows color (decimal): -2503718 or 14339033. OLE color: 14339033.

HSL color Cylindrical-coordinate representation of color #D9CBDA: hue angle of 296º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D9CBDA is Cyan = 0.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 203 218 -
CMYK 0.00 0.07 0 0.15
HSL 296º 0.17% 0.83% -
HSV(B) 296º 0.07% 0.85% -
XYZ 62.63 62.53 75.1 -
YUV 208.9 133.14 133.78 -
System Red Green Blue C M Y K H S L
Decimal 217 203 218 0.00 0.07 0 0.15 296 0.17 0.83
Hex D9 CB DA 0 7 0 F 128 11 53
Octal 331 313 332 0 7 0 17 450 21 123
Binary 11011001 11001011 11011010 0 111 0 1111 100101000 10001 1010011

Color Harmonies of #D9CBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CBDA

Black with #D9CBDA

Text Example


Text Example

White with #D9CBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CBDA; }

 p { color: rgb(217,203,218); }

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

background-color css

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

 a { background-color: rgb(217,203,218); }

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

border-color css

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

 span { border-color: rgb(217,203,218); }

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