Html Css Color HEX #D7CDD2 Twilight

📋 copy color: '#D7CDD2'

red 215 ◦ green 205 ◦ blue 210

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

Shades of Twilight #D7CDD2

Tints of Twilight #D7CDD2

RGB

 RED value IS 215 (84.38% from 255) = 34.13%

 GREEN value IS 205 (80.47% from 255) = 32.54%

 BLUE value IS 210 (82.42% from 255) = 33.33%

R = 34.13%
G = 32.54%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D7CDD2 (or 0xD7CDD2) is known color: Twilight. HEX triplet: D7, CD and D2. RGB value is (215,205,210). Sum of RGB (Red+Green+Blue) = 215+205+210=630 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.13% from 630); Green value is 205 (80.47% from 255 or 32.54% from 630); Blue value is 210 (82.42% from 255 or 33.33% from 630); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CDD2 is #28322D. Grayscale: #D0D0D0. Windows color (decimal): -2634286 or 13815255. OLE color: 13815255.

HSL color Cylindrical-coordinate representation of color #D7CDD2: hue angle of 330º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D7CDD2 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 205 210 -
CMYK 0 0.05 0.02 0.16
HSL 330º 0.11% 0.82% -
HSV(B) 330º 0.05% 0.84% -
XYZ 61.49 62.76 69.85 -
YUV 208.56 128.81 132.59 -
System Red Green Blue C M Y K H S L
Decimal 215 205 210 0 0.05 0.02 0.16 330 0.11 0.82
Hex D7 CD D2 0 5 2 10 14A B 52
Octal 327 315 322 0 5 2 20 512 13 122
Binary 11010111 11001101 11010010 0 101 10 10000 101001010 1011 1010010

Color Harmonies of #D7CDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CDD2

Black with #D7CDD2

Text Example


Text Example

White with #D7CDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CDD2; }

 p { color: rgb(215,205,210); }

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

background-color css

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

 a { background-color: rgb(215,205,210); }

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

border-color css

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

 span { border-color: rgb(215,205,210); }

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