Html Css Color HEX #D5C6CC Twilight

📋 copy color: '#D5C6CC'

red 213 ◦ green 198 ◦ blue 204

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

Shades of Twilight #D5C6CC

Tints of Twilight #D5C6CC

RGB

 RED value IS 213 (83.59% from 255) = 34.63%

 GREEN value IS 198 (77.73% from 255) = 32.2%

 BLUE value IS 204 (80.08% from 255) = 33.17%

R = 34.63%
G = 32.2%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D5C6CC (or 0xD5C6CC) is known color: Twilight. HEX triplet: D5, C6 and CC. RGB value is (213,198,204). Sum of RGB (Red+Green+Blue) = 213+198+204=615 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.63% from 615); Green value is 198 (77.73% from 255 or 32.20% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C6CC is #2A3933. Grayscale: #CBCBCB. Windows color (decimal): -2767156 or 13420245. OLE color: 13420245.

HSL color Cylindrical-coordinate representation of color #D5C6CC: hue angle of 336º degrees, saturation: 0.15, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D5C6CC is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 198 204 -
CMYK 0 0.07 0.04 0.16
HSL 336º 0.15% 0.81% -
HSV(B) 336º 0.07% 0.84% -
XYZ 58.53 58.89 65.41 -
YUV 203.17 128.47 135.01 -
System Red Green Blue C M Y K H S L
Decimal 213 198 204 0 0.07 0.04 0.16 336 0.15 0.81
Hex D5 C6 CC 0 7 4 10 150 F 51
Octal 325 306 314 0 7 4 20 520 17 121
Binary 11010101 11000110 11001100 0 111 100 10000 101010000 1111 1010001

Color Harmonies of #D5C6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C6CC

Black with #D5C6CC

Text Example


Text Example

White with #D5C6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C6CC; }

 p { color: rgb(213,198,204); }

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

background-color css

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

 a { background-color: rgb(213,198,204); }

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

border-color css

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

 span { border-color: rgb(213,198,204); }

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