Html Css Color HEX #DDBDD3 Twilight

📋 copy color: '#DDBDD3'

red 221 ◦ green 189 ◦ blue 211

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

Shades of Twilight #DDBDD3

Tints of Twilight #DDBDD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.98%

R = 35.59%
G = 30.43%
B = 33.98%

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

#DDBDD3 (or 0xDDBDD3) is known color: Twilight. HEX triplet: DD, BD and D3. RGB value is (221,189,211). Sum of RGB (Red+Green+Blue) = 221+189+211=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 211 (82.81% from 255 or 33.98% from 621); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDD3 is #22422C. Grayscale: #C9C9C9. Windows color (decimal): -2245165 or 13876701. OLE color: 13876701.

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

Color convert

RGB 221 189 211 -
CMYK 0 0.14 0.05 0.13
HSL 318.75º 0.32% 0.8% -
HSV(B) 318.75º 0.14% 0.87% -
XYZ 59.77 56.47 69.38 -
YUV 201.08 133.6 142.21 -
System Red Green Blue C M Y K H S L
Decimal 221 189 211 0 0.14 0.05 0.13 318.75 0.32 0.8
Hex DD BD D3 0 E 5 D 13F 20 50
Octal 335 275 323 0 16 5 15 477 40 120
Binary 11011101 10111101 11010011 0 1110 101 1101 100111111 100000 1010000

Color Harmonies of #DDBDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBDD3

Black with #DDBDD3

Text Example


Text Example

White with #DDBDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBDD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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