Html Css Color HEX #DDCBDC Thistle

📋 copy color: '#DDCBDC'

red 221 ◦ green 203 ◦ blue 220

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

Shades of Thistle #DDCBDC

Tints of Thistle #DDCBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.16%

R = 34.32%
G = 31.52%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DDCBDC (or 0xDDCBDC) is known color: Thistle. HEX triplet: DD, CB and DC. RGB value is (221,203,220). Sum of RGB (Red+Green+Blue) = 221+203+220=644 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.32% from 644); Green value is 203 (79.69% from 255 or 31.52% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCBDC is #223423. Grayscale: #D2D2D2. Windows color (decimal): -2241572 or 14470109. OLE color: 14470109.

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

Color convert

RGB 221 203 220 -
CMYK 0 0.08 0.00 0.13
HSL 303.33º 0.21% 0.83% -
HSV(B) 303.33º 0.08% 0.87% -
XYZ 64.09 63.25 76.54 -
YUV 210.32 133.46 135.62 -
System Red Green Blue C M Y K H S L
Decimal 221 203 220 0 0.08 0.00 0.13 303.33 0.21 0.83
Hex DD CB DC 0 8 0 D 12F 15 53
Octal 335 313 334 0 10 0 15 457 25 123
Binary 11011101 11001011 11011100 0 1000 0 1101 100101111 10101 1010011

Color Harmonies of #DDCBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCBDC

Black with #DDCBDC

Text Example


Text Example

White with #DDCBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCBDC; }

 p { color: rgb(221,203,220); }

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

background-color css

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

 a { background-color: rgb(221,203,220); }

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

border-color css

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

 span { border-color: rgb(221,203,220); }

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