Html Css Color HEX #D8CBDA Thistle

📋 copy color: '#D8CBDA'

red 216 ◦ green 203 ◦ blue 218

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

Shades of Thistle #D8CBDA

Tints of Thistle #D8CBDA

RGB

 RED value IS 216 (84.77% from 255) = 33.91%

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

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

R = 33.91%
G = 31.87%
B = 34.22%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D8CBDA (or 0xD8CBDA) is known color: Thistle. HEX triplet: D8, CB and DA. RGB value is (216,203,218). Sum of RGB (Red+Green+Blue) = 216+203+218=637 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.91% from 637); Green value is 203 (79.69% from 255 or 31.87% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 218 - color contains mainly: blue. Hex color #D8CBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CBDA is #273425. Grayscale: #D0D0D0. Windows color (decimal): -2569254 or 14339032. OLE color: 14339032.

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

Color convert

RGB 216 203 218 -
CMYK 0.01 0.07 0 0.15
HSL 292º 0.17% 0.83% -
HSV(B) 292º 0.07% 0.85% -
XYZ 62.33 62.37 75.08 -
YUV 208.6 133.31 133.28 -
System Red Green Blue C M Y K H S L
Decimal 216 203 218 0.01 0.07 0 0.15 292 0.17 0.83
Hex D8 CB DA 1 7 0 F 124 11 53
Octal 330 313 332 1 7 0 17 444 21 123
Binary 11011000 11001011 11011010 1 111 0 1111 100100100 10001 1010011

Color Harmonies of #D8CBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CBDA

Black with #D8CBDA

Text Example


Text Example

White with #D8CBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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