Html Css Color HEX #DDBCCE Twilight

📋 copy color: '#DDBCCE'

red 221 ◦ green 188 ◦ blue 206

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

Shades of Twilight #DDBCCE

Tints of Twilight #DDBCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.5%

R = 35.93%
G = 30.57%
B = 33.5%

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

#DDBCCE (or 0xDDBCCE) is known color: Twilight. HEX triplet: DD, BC and CE. RGB value is (221,188,206). Sum of RGB (Red+Green+Blue) = 221+188+206=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBCCE is #224331. Grayscale: #C7C7C7. Windows color (decimal): -2245426 or 13548765. OLE color: 13548765.

HSL color Cylindrical-coordinate representation of color #DDBCCE: hue angle of 327.27º 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 #DDBCCE is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 188 206 -
CMYK 0 0.15 0.07 0.13
HSL 327.27º 0.33% 0.8% -
HSV(B) 327.27º 0.15% 0.87% -
XYZ 58.94 55.79 66.06 -
YUV 199.92 131.43 143.04 -
System Red Green Blue C M Y K H S L
Decimal 221 188 206 0 0.15 0.07 0.13 327.27 0.33 0.8
Hex DD BC CE 0 F 7 D 147 21 50
Octal 335 274 316 0 17 7 15 507 41 120
Binary 11011101 10111100 11001110 0 1111 111 1101 101000111 100001 1010000

Color Harmonies of #DDBCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBCCE

Black with #DDBCCE

Text Example


Text Example

White with #DDBCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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