Html Css Color HEX #D7CBD4 French Lilac

📋 copy color: '#D7CBD4'

red 215 ◦ green 203 ◦ blue 212

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

Shades of French Lilac #D7CBD4

Tints of French Lilac #D7CBD4

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.22%

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

R = 34.13%
G = 32.22%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D7CBD4 (or 0xD7CBD4) is known color: French Lilac. HEX triplet: D7, CB and D4. RGB value is (215,203,212). Sum of RGB (Red+Green+Blue) = 215+203+212=630 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.13% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 212 (83.20% from 255 or 33.65% from 630); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CBD4 is #28342B. Grayscale: #CFCFCF. Windows color (decimal): -2634796 or 13945815. OLE color: 13945815.

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

Color convert

RGB 215 203 212 -
CMYK 0 0.06 0.01 0.16
HSL 315º 0.13% 0.82% -
HSV(B) 315º 0.06% 0.84% -
XYZ 61.26 61.91 71.01 -
YUV 207.61 130.48 133.27 -
System Red Green Blue C M Y K H S L
Decimal 215 203 212 0 0.06 0.01 0.16 315 0.13 0.82
Hex D7 CB D4 0 6 1 10 13B D 52
Octal 327 313 324 0 6 1 20 473 15 122
Binary 11010111 11001011 11010100 0 110 1 10000 100111011 1101 1010010

Color Harmonies of #D7CBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CBD4

Black with #D7CBD4

Text Example


Text Example

White with #D7CBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CBD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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