Html Css Color HEX #DDB4CF Twilight

📋 copy color: '#DDB4CF'

red 221 ◦ green 180 ◦ blue 207

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

Shades of Twilight #DDB4CF

Tints of Twilight #DDB4CF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.61%

 BLUE value IS 207 (81.25% from 255) = 34.05%

R = 36.35%
G = 29.61%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DDB4CF (or 0xDDB4CF) is known color: Twilight. HEX triplet: DD, B4 and CF. RGB value is (221,180,207). Sum of RGB (Red+Green+Blue) = 221+180+207=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 180 (70.70% from 255 or 29.61% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB4CF is #224B30. Grayscale: #C3C3C3. Windows color (decimal): -2247473 or 13612253. OLE color: 13612253.

HSL color Cylindrical-coordinate representation of color #DDB4CF: hue angle of 320.49º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDB4CF is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 180 207 -
CMYK 0 0.19 0.06 0.13
HSL 320.49º 0.38% 0.79% -
HSV(B) 320.49º 0.19% 0.87% -
XYZ 57.4 52.52 66.14 -
YUV 195.34 134.58 146.3 -
System Red Green Blue C M Y K H S L
Decimal 221 180 207 0 0.19 0.06 0.13 320.49 0.38 0.79
Hex DD B4 CF 0 13 6 D 140 26 4F
Octal 335 264 317 0 23 6 15 500 46 117
Binary 11011101 10110100 11001111 0 10011 110 1101 101000000 100110 1001111

Color Harmonies of #DDB4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB4CF

Black with #DDB4CF

Text Example


Text Example

White with #DDB4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB4CF; }

 p { color: rgb(221,180,207); }

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

background-color css

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

 a { background-color: rgb(221,180,207); }

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

border-color css

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

 span { border-color: rgb(221,180,207); }

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