Html Css Color HEX #DDBED0 Twilight

📋 copy color: '#DDBED0'

red 221 ◦ green 190 ◦ blue 208

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

Shades of Twilight #DDBED0

Tints of Twilight #DDBED0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.69%

 BLUE value IS 208 (81.64% from 255) = 33.6%

R = 35.7%
G = 30.69%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DDBED0 (or 0xDDBED0) is known color: Twilight. HEX triplet: DD, BE and D0. RGB value is (221,190,208). Sum of RGB (Red+Green+Blue) = 221+190+208=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 190 (74.61% from 255 or 30.69% from 619); Blue value is 208 (81.64% from 255 or 33.60% from 619); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBED0 is #22412F. Grayscale: #C9C9C9. Windows color (decimal): -2244912 or 13680349. OLE color: 13680349.

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

Color convert

RGB 221 190 208 -
CMYK 0 0.14 0.06 0.13
HSL 325.16º 0.31% 0.81% -
HSV(B) 325.16º 0.14% 0.87% -
XYZ 59.62 56.75 67.49 -
YUV 201.32 131.77 142.04 -
System Red Green Blue C M Y K H S L
Decimal 221 190 208 0 0.14 0.06 0.13 325.16 0.31 0.81
Hex DD BE D0 0 E 6 D 145 1F 51
Octal 335 276 320 0 16 6 15 505 37 121
Binary 11011101 10111110 11010000 0 1110 110 1101 101000101 11111 1010001

Color Harmonies of #DDBED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBED0

Black with #DDBED0

Text Example


Text Example

White with #DDBED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBED0; }

 p { color: rgb(221,190,208); }

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

background-color css

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

 a { background-color: rgb(221,190,208); }

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

border-color css

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

 span { border-color: rgb(221,190,208); }

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