Html Css Color HEX #DCCAD6 Twilight

📋 copy color: '#DCCAD6'

red 220 ◦ green 202 ◦ blue 214

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

Shades of Twilight #DCCAD6

Tints of Twilight #DCCAD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 33.65%

R = 34.59%
G = 31.76%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DCCAD6 (or 0xDCCAD6) is known color: Twilight. HEX triplet: DC, CA and D6. RGB value is (220,202,214). Sum of RGB (Red+Green+Blue) = 220+202+214=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 202 (79.30% from 255 or 31.76% from 636); Blue value is 214 (83.98% from 255 or 33.65% from 636); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCAD6 is #233529. Grayscale: #D0D0D0. Windows color (decimal): -2307370 or 14076636. OLE color: 14076636.

HSL color Cylindrical-coordinate representation of color #DCCAD6: hue angle of 320º 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 #DCCAD6 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 202 214 -
CMYK 0 0.08 0.03 0.14
HSL 320º 0.2% 0.83% -
HSV(B) 320º 0.08% 0.86% -
XYZ 62.77 62.31 72.34 -
YUV 208.75 130.96 136.02 -
System Red Green Blue C M Y K H S L
Decimal 220 202 214 0 0.08 0.03 0.14 320 0.2 0.83
Hex DC CA D6 0 8 3 E 140 14 53
Octal 334 312 326 0 10 3 16 500 24 123
Binary 11011100 11001010 11010110 0 1000 11 1110 101000000 10100 1010011

Color Harmonies of #DCCAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCAD6

Black with #DCCAD6

Text Example


Text Example

White with #DCCAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCAD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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