Html Css Color HEX #DDBDCA Twilight

📋 copy color: '#DDBDCA'

red 221 ◦ green 189 ◦ blue 202

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

Shades of Twilight #DDBDCA

Tints of Twilight #DDBDCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 33.01%

R = 36.11%
G = 30.88%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DDBDCA (or 0xDDBDCA) is known color: Twilight. HEX triplet: DD, BD and CA. RGB value is (221,189,202). Sum of RGB (Red+Green+Blue) = 221+189+202=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 202 (79.30% from 255 or 33.01% from 612); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDCA is #224235. Grayscale: #C8C8C8. Windows color (decimal): -2245174 or 13286877. OLE color: 13286877.

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

Color convert

RGB 221 189 202 -
CMYK 0 0.14 0.09 0.13
HSL 335.63º 0.32% 0.8% -
HSV(B) 335.63º 0.14% 0.87% -
XYZ 58.68 56.03 63.6 -
YUV 200.05 129.1 142.94 -
System Red Green Blue C M Y K H S L
Decimal 221 189 202 0 0.14 0.09 0.13 335.63 0.32 0.8
Hex DD BD CA 0 E 9 D 150 20 50
Octal 335 275 312 0 16 11 15 520 40 120
Binary 11011101 10111101 11001010 0 1110 1001 1101 101010000 100000 1010000

Color Harmonies of #DDBDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBDCA

Black with #DDBDCA

Text Example


Text Example

White with #DDBDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBDCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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