Html Css Color HEX #DFCADD Thistle

📋 copy color: '#DFCADD'

red 223 ◦ green 202 ◦ blue 221

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

Shades of Thistle #DFCADD

Tints of Thistle #DFCADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.21%

R = 34.52%
G = 31.27%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DFCADD (or 0xDFCADD) is known color: Thistle. HEX triplet: DF, CA and DD. RGB value is (223,202,221). Sum of RGB (Red+Green+Blue) = 223+202+221=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 202 (79.30% from 255 or 31.27% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCADD is #203522. Grayscale: #D2D2D2. Windows color (decimal): -2110755 or 14535391. OLE color: 14535391.

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

Color convert

RGB 223 202 221 -
CMYK 0 0.09 0.01 0.13
HSL 305.71º 0.25% 0.83% -
HSV(B) 305.71º 0.09% 0.87% -
XYZ 64.6 63.15 77.19 -
YUV 210.45 133.96 136.96 -
System Red Green Blue C M Y K H S L
Decimal 223 202 221 0 0.09 0.01 0.13 305.71 0.25 0.83
Hex DF CA DD 0 9 1 D 132 19 53
Octal 337 312 335 0 11 1 15 462 31 123
Binary 11011111 11001010 11011101 0 1001 1 1101 100110010 11001 1010011

Color Harmonies of #DFCADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCADD

Black with #DFCADD

Text Example


Text Example

White with #DFCADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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