Html Css Color HEX #D8CADA Thistle

📋 copy color: '#D8CADA'

red 216 ◦ green 202 ◦ blue 218

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

Shades of Thistle #D8CADA

Tints of Thistle #D8CADA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.76%

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

R = 33.96%
G = 31.76%
B = 34.28%

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

#D8CADA (or 0xD8CADA) is known color: Thistle. HEX triplet: D8, CA and DA. RGB value is (216,202,218). Sum of RGB (Red+Green+Blue) = 216+202+218=636 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.96% from 636); Green value is 202 (79.30% from 255 or 31.76% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 218 - color contains mainly: blue. Hex color #D8CADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CADA is #273525. Grayscale: #CFCFCF. Windows color (decimal): -2569510 or 14338776. OLE color: 14338776.

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

Color convert

RGB 216 202 218 -
CMYK 0.01 0.07 0 0.15
HSL 292.5º 0.18% 0.82% -
HSV(B) 292.5º 0.07% 0.85% -
XYZ 62.09 61.9 75.01 -
YUV 208.01 133.64 133.7 -
System Red Green Blue C M Y K H S L
Decimal 216 202 218 0.01 0.07 0 0.15 292.5 0.18 0.82
Hex D8 CA DA 1 7 0 F 124 12 52
Octal 330 312 332 1 7 0 17 444 22 122
Binary 11011000 11001010 11011010 1 111 0 1111 100100100 10010 1010010

Color Harmonies of #D8CADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CADA

Black with #D8CADA

Text Example


Text Example

White with #D8CADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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