Html Css Color HEX #DDCEDA Thistle

📋 copy color: '#DDCEDA'

red 221 ◦ green 206 ◦ blue 218

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

Shades of Thistle #DDCEDA

Tints of Thistle #DDCEDA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.94%

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

R = 34.26%
G = 31.94%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DDCEDA (or 0xDDCEDA) is known color: Thistle. HEX triplet: DD, CE and DA. RGB value is (221,206,218). Sum of RGB (Red+Green+Blue) = 221+206+218=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 206 (80.86% from 255 or 31.94% from 645); Blue value is 218 (85.55% from 255 or 33.80% from 645); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCEDA is #223125. Grayscale: #D3D3D3. Windows color (decimal): -2240806 or 14339805. OLE color: 14339805.

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

Color convert

RGB 221 206 218 -
CMYK 0 0.07 0.01 0.13
HSL 312º 0.18% 0.84% -
HSV(B) 312º 0.07% 0.87% -
XYZ 64.54 64.58 75.39 -
YUV 211.85 131.47 134.52 -
System Red Green Blue C M Y K H S L
Decimal 221 206 218 0 0.07 0.01 0.13 312 0.18 0.84
Hex DD CE DA 0 7 1 D 138 12 54
Octal 335 316 332 0 7 1 15 470 22 124
Binary 11011101 11001110 11011010 0 111 1 1101 100111000 10010 1010100

Color Harmonies of #DDCEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCEDA

Black with #DDCEDA

Text Example


Text Example

White with #DDCEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCEDA; }

 p { color: rgb(221,206,218); }

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

background-color css

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

 a { background-color: rgb(221,206,218); }

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

border-color css

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

 span { border-color: rgb(221,206,218); }

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