Html Css Color HEX #D5C7FF Lavender Blue

📋 copy color: '#D5C7FF'

red 213 ◦ green 199 ◦ blue 255

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

Shades of Lavender Blue #D5C7FF

Tints of Lavender Blue #D5C7FF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 29.84%

 BLUE value IS 255 (100% from 255) = 38.23%

R = 31.93%
G = 29.84%
B = 38.23%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D5C7FF (or 0xD5C7FF) is known color: Lavender Blue. HEX triplet: D5, C7 and FF. RGB value is (213,199,255). Sum of RGB (Red+Green+Blue) = 213+199+255=667 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.93% from 667); Green value is 199 (78.12% from 255 or 29.84% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5C7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5C7FF is #2A3800. Grayscale: #D1D1D1. Windows color (decimal): -2766849 or 16762837. OLE color: 16762837.

HSL color Cylindrical-coordinate representation of color #D5C7FF: hue angle of 255º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5C7FF is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 213 199 255 -
CMYK 0.16 0.22 0 0
HSL 255º 1% 0.89% -
HSV(B) 255º 0.22% 1% -
XYZ 65.91 62.21 103.14 -
YUV 209.57 153.64 130.45 -
System Red Green Blue C M Y K H S L
Decimal 213 199 255 0.16 0.22 0 0 255 1 0.89
Hex D5 C7 FF 10 16 0 0 FF 64 59
Octal 325 307 377 20 26 0 0 377 144 131
Binary 11010101 11000111 11111111 10000 10110 0 0 11111111 1100100 1011001

Color Harmonies of #D5C7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C7FF

Black with #D5C7FF

Text Example


Text Example

White with #D5C7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C7FF; }

 p { color: rgb(213,199,255); }

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

background-color css

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

 a { background-color: rgb(213,199,255); }

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

border-color css

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

 span { border-color: rgb(213,199,255); }

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