Html Css Color HEX #DDBCCD Twilight

📋 copy color: '#DDBCCD'

red 221 ◦ green 188 ◦ blue 205

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

Shades of Twilight #DDBCCD

Tints of Twilight #DDBCCD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.62%

 BLUE value IS 205 (80.47% from 255) = 33.39%

R = 35.99%
G = 30.62%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DDBCCD (or 0xDDBCCD) is known color: Twilight. HEX triplet: DD, BC and CD. RGB value is (221,188,205). Sum of RGB (Red+Green+Blue) = 221+188+205=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBCCD is #224332. Grayscale: #C7C7C7. Windows color (decimal): -2245427 or 13483229. OLE color: 13483229.

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

Color convert

RGB 221 188 205 -
CMYK 0 0.15 0.07 0.13
HSL 329.09º 0.33% 0.8% -
HSV(B) 329.09º 0.15% 0.87% -
XYZ 58.82 55.75 65.42 -
YUV 199.81 130.93 143.12 -
System Red Green Blue C M Y K H S L
Decimal 221 188 205 0 0.15 0.07 0.13 329.09 0.33 0.8
Hex DD BC CD 0 F 7 D 149 21 50
Octal 335 274 315 0 17 7 15 511 41 120
Binary 11011101 10111100 11001101 0 1111 111 1101 101001001 100001 1010000

Color Harmonies of #DDBCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBCCD

Black with #DDBCCD

Text Example


Text Example

White with #DDBCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBCCD; }

 p { color: rgb(221,188,205); }

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

background-color css

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

 a { background-color: rgb(221,188,205); }

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

border-color css

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

 span { border-color: rgb(221,188,205); }

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