Html Css Color HEX #DCCADA Thistle

📋 copy color: '#DCCADA'

red 220 ◦ green 202 ◦ blue 218

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

Shades of Thistle #DCCADA

Tints of Thistle #DCCADA

RGB

 RED value IS 220 (86.33% from 255) = 34.38%

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

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

R = 34.38%
G = 31.56%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DCCADA (or 0xDCCADA) is known color: Thistle. HEX triplet: DC, CA and DA. RGB value is (220,202,218). Sum of RGB (Red+Green+Blue) = 220+202+218=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 202 (79.30% from 255 or 31.56% from 640); Blue value is 218 (85.55% from 255 or 34.06% from 640); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCADA is #233525. Grayscale: #D1D1D1. Windows color (decimal): -2307366 or 14338780. OLE color: 14338780.

HSL color Cylindrical-coordinate representation of color #DCCADA: hue angle of 306.67º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCCADA is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 202 218 -
CMYK 0 0.08 0.01 0.14
HSL 306.67º 0.2% 0.83% -
HSV(B) 306.67º 0.08% 0.86% -
XYZ 63.29 62.52 75.06 -
YUV 209.21 132.96 135.7 -
System Red Green Blue C M Y K H S L
Decimal 220 202 218 0 0.08 0.01 0.14 306.67 0.2 0.83
Hex DC CA DA 0 8 1 E 133 14 53
Octal 334 312 332 0 10 1 16 463 24 123
Binary 11011100 11001010 11011010 0 1000 1 1110 100110011 10100 1010011

Color Harmonies of #DCCADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCADA

Black with #DCCADA

Text Example


Text Example

White with #DCCADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCADA; }

 p { color: rgb(220,202,218); }

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

background-color css

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

 a { background-color: rgb(220,202,218); }

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

border-color css

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

 span { border-color: rgb(220,202,218); }

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