Html Css Color HEX #DFCADE Thistle

📋 copy color: '#DFCADE'

red 223 ◦ green 202 ◦ blue 222

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

Shades of Thistle #DFCADE

Tints of Thistle #DFCADE

RGB

 RED value IS 223 (87.5% from 255) = 34.47%

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

 BLUE value IS 222 (87.11% from 255) = 34.31%

R = 34.47%
G = 31.22%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DFCADE (or 0xDFCADE) is known color: Thistle. HEX triplet: DF, CA and DE. RGB value is (223,202,222). Sum of RGB (Red+Green+Blue) = 223+202+222=647 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.47% from 647); Green value is 202 (79.30% from 255 or 31.22% from 647); Blue value is 222 (87.11% from 255 or 34.31% from 647); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCADE is #203521. Grayscale: #D2D2D2. Windows color (decimal): -2110754 or 14600927. OLE color: 14600927.

HSL color Cylindrical-coordinate representation of color #DFCADE: hue angle of 302.86º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFCADE is Cyan = 0, Magento = 0.09, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 202 222 -
CMYK 0 0.09 0.00 0.13
HSL 302.86º 0.25% 0.83% -
HSV(B) 302.86º 0.09% 0.87% -
XYZ 64.74 63.2 77.89 -
YUV 210.56 134.46 136.87 -
System Red Green Blue C M Y K H S L
Decimal 223 202 222 0 0.09 0.00 0.13 302.86 0.25 0.83
Hex DF CA DE 0 9 0 D 12F 19 53
Octal 337 312 336 0 11 0 15 457 31 123
Binary 11011111 11001010 11011110 0 1001 0 1101 100101111 11001 1010011

Color Harmonies of #DFCADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCADE

Black with #DFCADE

Text Example


Text Example

White with #DFCADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCADE; }

 p { color: rgb(223,202,222); }

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

background-color css

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

 a { background-color: rgb(223,202,222); }

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

border-color css

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

 span { border-color: rgb(223,202,222); }

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