Html Css Color HEX #DDCCD6 Twilight

📋 copy color: '#DDCCD6'

red 221 ◦ green 204 ◦ blue 214

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

Shades of Twilight #DDCCD6

Tints of Twilight #DDCCD6

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.92%

 BLUE value IS 214 (83.98% from 255) = 33.49%

R = 34.59%
G = 31.92%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DDCCD6 (or 0xDDCCD6) is known color: Twilight. HEX triplet: DD, CC and D6. RGB value is (221,204,214). Sum of RGB (Red+Green+Blue) = 221+204+214=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 214 (83.98% from 255 or 33.49% from 639); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCD6 is #223329. Grayscale: #D2D2D2. Windows color (decimal): -2241322 or 14077149. OLE color: 14077149.

HSL color Cylindrical-coordinate representation of color #DDCCD6: hue angle of 324.71º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDCCD6 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 204 214 -
CMYK 0 0.08 0.03 0.13
HSL 324.71º 0.2% 0.83% -
HSV(B) 324.71º 0.08% 0.87% -
XYZ 63.55 63.41 72.51 -
YUV 210.22 130.13 135.69 -
System Red Green Blue C M Y K H S L
Decimal 221 204 214 0 0.08 0.03 0.13 324.71 0.2 0.83
Hex DD CC D6 0 8 3 D 145 14 53
Octal 335 314 326 0 10 3 15 505 24 123
Binary 11011101 11001100 11010110 0 1000 11 1101 101000101 10100 1010011

Color Harmonies of #DDCCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCCD6

Black with #DDCCD6

Text Example


Text Example

White with #DDCCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCCD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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