Html Css Color HEX #DCC3E0 Thistle

📋 copy color: '#DCC3E0'

red 220 ◦ green 195 ◦ blue 224

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

Shades of Thistle #DCC3E0

Tints of Thistle #DCC3E0

RGB

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

 GREEN value IS 195 (76.56% from 255) = 30.52%

 BLUE value IS 224 (87.89% from 255) = 35.05%

R = 34.43%
G = 30.52%
B = 35.05%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DCC3E0 (or 0xDCC3E0) is known color: Thistle. HEX triplet: DC, C3 and E0. RGB value is (220,195,224). Sum of RGB (Red+Green+Blue) = 220+195+224=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 195 (76.56% from 255 or 30.52% from 639); Blue value is 224 (87.89% from 255 or 35.05% from 639); Max value from RGB is 224 - color contains mainly: blue. Hex color #DCC3E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC3E0 is #233C1F. Grayscale: #CDCDCD. Windows color (decimal): -2309152 or 14730204. OLE color: 14730204.

HSL color Cylindrical-coordinate representation of color #DCC3E0: hue angle of 291.72º degrees, saturation: 0.32, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCC3E0 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 195 224 -
CMYK 0.02 0.13 0 0.12
HSL 291.72º 0.32% 0.82% -
HSV(B) 291.72º 0.13% 0.88% -
XYZ 62.48 59.63 78.74 -
YUV 205.78 138.28 138.14 -
System Red Green Blue C M Y K H S L
Decimal 220 195 224 0.02 0.13 0 0.12 291.72 0.32 0.82
Hex DC C3 E0 2 D 0 C 124 20 52
Octal 334 303 340 2 15 0 14 444 40 122
Binary 11011100 11000011 11100000 10 1101 0 1100 100100100 100000 1010010

Color Harmonies of #DCC3E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC3E0

Black with #DCC3E0

Text Example


Text Example

White with #DCC3E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC3E0; }

 p { color: rgb(220,195,224); }

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

background-color css

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

 a { background-color: rgb(220,195,224); }

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

border-color css

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

 span { border-color: rgb(220,195,224); }

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