Html Css Color HEX #D7CDD4 Twilight

📋 copy color: '#D7CDD4'

red 215 ◦ green 205 ◦ blue 212

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

Shades of Twilight #D7CDD4

Tints of Twilight #D7CDD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.54%

R = 34.02%
G = 32.44%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D7CDD4 (or 0xD7CDD4) is known color: Twilight. HEX triplet: D7, CD and D4. RGB value is (215,205,212). Sum of RGB (Red+Green+Blue) = 215+205+212=632 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.02% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 212 (83.20% from 255 or 33.54% from 632); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CDD4 is #28322B. Grayscale: #D0D0D0. Windows color (decimal): -2634284 or 13946327. OLE color: 13946327.

HSL color Cylindrical-coordinate representation of color #D7CDD4: hue angle of 318º 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 #D7CDD4 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 205 212 -
CMYK 0 0.05 0.01 0.16
HSL 318º 0.11% 0.82% -
HSV(B) 318º 0.05% 0.84% -
XYZ 61.74 62.86 71.17 -
YUV 208.79 129.81 132.43 -
System Red Green Blue C M Y K H S L
Decimal 215 205 212 0 0.05 0.01 0.16 318 0.11 0.82
Hex D7 CD D4 0 5 1 10 13E B 52
Octal 327 315 324 0 5 1 20 476 13 122
Binary 11010111 11001101 11010100 0 101 1 10000 100111110 1011 1010010

Color Harmonies of #D7CDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CDD4

Black with #D7CDD4

Text Example


Text Example

White with #D7CDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CDD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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