Html Css Color HEX #DDBDCC Twilight

📋 copy color: '#DDBDCC'

red 221 ◦ green 189 ◦ blue 204

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

Shades of Twilight #DDBDCC

Tints of Twilight #DDBDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 33.22%

R = 35.99%
G = 30.78%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DDBDCC (or 0xDDBDCC) is known color: Twilight. HEX triplet: DD, BD and CC. RGB value is (221,189,204). Sum of RGB (Red+Green+Blue) = 221+189+204=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 189 (74.22% from 255 or 30.78% from 614); Blue value is 204 (80.08% from 255 or 33.22% from 614); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDCC is #224233. Grayscale: #C8C8C8. Windows color (decimal): -2245172 or 13417949. OLE color: 13417949.

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

Color convert

RGB 221 189 204 -
CMYK 0 0.14 0.08 0.13
HSL 331.88º 0.32% 0.8% -
HSV(B) 331.88º 0.14% 0.87% -
XYZ 58.92 56.13 64.86 -
YUV 200.28 130.1 142.78 -
System Red Green Blue C M Y K H S L
Decimal 221 189 204 0 0.14 0.08 0.13 331.88 0.32 0.8
Hex DD BD CC 0 E 8 D 14C 20 50
Octal 335 275 314 0 16 10 15 514 40 120
Binary 11011101 10111101 11001100 0 1110 1000 1101 101001100 100000 1010000

Color Harmonies of #DDBDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBDCC

Black with #DDBDCC

Text Example


Text Example

White with #DDBDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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