Html Css Color HEX #D5C9FA Lavender Blue

📋 copy color: '#D5C9FA'

red 213 ◦ green 201 ◦ blue 250

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

Shades of Lavender Blue #D5C9FA

Tints of Lavender Blue #D5C9FA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.27%

 BLUE value IS 250 (98.05% from 255) = 37.65%

R = 32.08%
G = 30.27%
B = 37.65%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D5C9FA (or 0xD5C9FA) is known color: Lavender Blue. HEX triplet: D5, C9 and FA. RGB value is (213,201,250). Sum of RGB (Red+Green+Blue) = 213+201+250=664 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.08% from 664); Green value is 201 (78.91% from 255 or 30.27% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 250 - color contains mainly: blue. Hex color #D5C9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5C9FA is #2A3605. Grayscale: #D1D1D1. Windows color (decimal): -2766342 or 16435669. OLE color: 16435669.

HSL color Cylindrical-coordinate representation of color #D5C9FA: hue angle of 254.69º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5C9FA is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 201 250 -
CMYK 0.15 0.20 0 0.02
HSL 254.69º 0.83% 0.88% -
HSV(B) 254.69º 0.2% 0.98% -
XYZ 65.58 62.82 99.11 -
YUV 210.17 150.48 130.02 -
System Red Green Blue C M Y K H S L
Decimal 213 201 250 0.15 0.20 0 0.02 254.69 0.83 0.88
Hex D5 C9 FA F 14 0 2 FF 53 58
Octal 325 311 372 17 24 0 2 377 123 130
Binary 11010101 11001001 11111010 1111 10100 0 10 11111111 1010011 1011000

Color Harmonies of #D5C9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C9FA

Black with #D5C9FA

Text Example


Text Example

White with #D5C9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C9FA; }

 p { color: rgb(213,201,250); }

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

background-color css

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

 a { background-color: rgb(213,201,250); }

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

border-color css

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

 span { border-color: rgb(213,201,250); }

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