Html Css Color HEX #DDCADE Thistle

📋 copy color: '#DDCADE'

red 221 ◦ green 202 ◦ blue 222

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

Shades of Thistle #DDCADE

Tints of Thistle #DDCADE

RGB

 RED value IS 221 (86.72% from 255) = 34.26%

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

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

R = 34.26%
G = 31.32%
B = 34.42%

CMYK

 C value IS 0.00

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDCADE (or 0xDDCADE) is known color: Thistle. HEX triplet: DD, CA and DE. RGB value is (221,202,222). Sum of RGB (Red+Green+Blue) = 221+202+222=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 202 (79.30% from 255 or 31.32% from 645); Blue value is 222 (87.11% from 255 or 34.42% from 645); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDCADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCADE is #223521. Grayscale: #D1D1D1. Windows color (decimal): -2241826 or 14600925. OLE color: 14600925.

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

Color convert

RGB 221 202 222 -
CMYK 0.00 0.09 0 0.13
HSL 297º 0.23% 0.83% -
HSV(B) 297º 0.09% 0.87% -
XYZ 64.12 62.89 77.87 -
YUV 209.96 134.79 135.87 -
System Red Green Blue C M Y K H S L
Decimal 221 202 222 0.00 0.09 0 0.13 297 0.23 0.83
Hex DD CA DE 0 9 0 D 129 17 53
Octal 335 312 336 0 11 0 15 451 27 123
Binary 11011101 11001010 11011110 0 1001 0 1101 100101001 10111 1010011

Color Harmonies of #DDCADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCADE

Black with #DDCADE

Text Example


Text Example

White with #DDCADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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