Html Css Color HEX #DDBDD2 Twilight

📋 copy color: '#DDBDD2'

red 221 ◦ green 189 ◦ blue 210

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

Shades of Twilight #DDBDD2

Tints of Twilight #DDBDD2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.48%

 BLUE value IS 210 (82.42% from 255) = 33.87%

R = 35.65%
G = 30.48%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DDBDD2 (or 0xDDBDD2) is known color: Twilight. HEX triplet: DD, BD and D2. RGB value is (221,189,210). Sum of RGB (Red+Green+Blue) = 221+189+210=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 210 (82.42% from 255 or 33.87% from 620); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDD2 is #22422D. Grayscale: #C8C8C8. Windows color (decimal): -2245166 or 13811165. OLE color: 13811165.

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

Color convert

RGB 221 189 210 -
CMYK 0 0.14 0.05 0.13
HSL 320.63º 0.32% 0.8% -
HSV(B) 320.63º 0.14% 0.87% -
XYZ 59.65 56.42 68.72 -
YUV 200.96 133.1 142.29 -
System Red Green Blue C M Y K H S L
Decimal 221 189 210 0 0.14 0.05 0.13 320.63 0.32 0.8
Hex DD BD D2 0 E 5 D 141 20 50
Octal 335 275 322 0 16 5 15 501 40 120
Binary 11011101 10111101 11010010 0 1110 101 1101 101000001 100000 1010000

Color Harmonies of #DDBDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBDD2

Black with #DDBDD2

Text Example


Text Example

White with #DDBDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBDD2; }

 p { color: rgb(221,189,210); }

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

background-color css

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

 a { background-color: rgb(221,189,210); }

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

border-color css

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

 span { border-color: rgb(221,189,210); }

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