Html Css Color HEX #D5C9FD Lavender Blue

📋 copy color: '#D5C9FD'

red 213 ◦ green 201 ◦ blue 253

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

Shades of Lavender Blue #D5C9FD

Tints of Lavender Blue #D5C9FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.93%

R = 31.93%
G = 30.13%
B = 37.93%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D5C9FD (or 0xD5C9FD) is known color: Lavender Blue. HEX triplet: D5, C9 and FD. RGB value is (213,201,253). Sum of RGB (Red+Green+Blue) = 213+201+253=667 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.93% from 667); Green value is 201 (78.91% from 255 or 30.13% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: blue. Hex color #D5C9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5C9FD is #2A3602. Grayscale: #D2D2D2. Windows color (decimal): -2766339 or 16632277. OLE color: 16632277.

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

Color convert

RGB 213 201 253 -
CMYK 0.16 0.21 0 0.01
HSL 253.85º 0.93% 0.89% -
HSV(B) 253.85º 0.21% 0.99% -
XYZ 66.06 63.01 101.61 -
YUV 210.52 151.98 129.77 -
System Red Green Blue C M Y K H S L
Decimal 213 201 253 0.16 0.21 0 0.01 253.85 0.93 0.89
Hex D5 C9 FD 10 15 0 1 FE 5D 59
Octal 325 311 375 20 25 0 1 376 135 131
Binary 11010101 11001001 11111101 10000 10101 0 1 11111110 1011101 1011001

Color Harmonies of #D5C9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C9FD

Black with #D5C9FD

Text Example


Text Example

White with #D5C9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C9FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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