Html Css Color HEX #DCCDD6 Twilight

📋 copy color: '#DCCDD6'

red 220 ◦ green 205 ◦ blue 214

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

Shades of Twilight #DCCDD6

Tints of Twilight #DCCDD6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.08%

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

R = 34.43%
G = 32.08%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DCCDD6 (or 0xDCCDD6) is known color: Twilight. HEX triplet: DC, CD and D6. RGB value is (220,205,214). Sum of RGB (Red+Green+Blue) = 220+205+214=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 214 (83.98% from 255 or 33.49% from 639); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCDD6 is #233229. Grayscale: #D2D2D2. Windows color (decimal): -2306602 or 14077404. OLE color: 14077404.

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

Color convert

RGB 220 205 214 -
CMYK 0 0.07 0.03 0.14
HSL 324º 0.18% 0.83% -
HSV(B) 324º 0.07% 0.86% -
XYZ 63.48 63.73 72.57 -
YUV 210.51 129.97 134.77 -
System Red Green Blue C M Y K H S L
Decimal 220 205 214 0 0.07 0.03 0.14 324 0.18 0.83
Hex DC CD D6 0 7 3 E 144 12 53
Octal 334 315 326 0 7 3 16 504 22 123
Binary 11011100 11001101 11010110 0 111 11 1110 101000100 10010 1010011

Color Harmonies of #DCCDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCDD6

Black with #DCCDD6

Text Example


Text Example

White with #DCCDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCDD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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