Html Css Color HEX #D5C9FE Lavender Blue

📋 copy color: '#D5C9FE'

red 213 ◦ green 201 ◦ blue 254

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

Shades of Lavender Blue #D5C9FE

Tints of Lavender Blue #D5C9FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.02%

R = 31.89%
G = 30.09%
B = 38.02%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D5C9FE (or 0xD5C9FE) is known color: Lavender Blue. HEX triplet: D5, C9 and FE. RGB value is (213,201,254). Sum of RGB (Red+Green+Blue) = 213+201+254=668 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.89% from 668); Green value is 201 (78.91% from 255 or 30.09% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #D5C9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5C9FE is #2A3601. Grayscale: #D2D2D2. Windows color (decimal): -2766338 or 16697813. OLE color: 16697813.

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

Color convert

RGB 213 201 254 -
CMYK 0.16 0.21 0 0.00
HSL 253.58º 0.96% 0.89% -
HSV(B) 253.58º 0.21% 1% -
XYZ 66.22 63.08 102.45 -
YUV 210.63 152.48 129.69 -
System Red Green Blue C M Y K H S L
Decimal 213 201 254 0.16 0.21 0 0.00 253.58 0.96 0.89
Hex D5 C9 FE 10 15 0 0 FE 60 59
Octal 325 311 376 20 25 0 0 376 140 131
Binary 11010101 11001001 11111110 10000 10101 0 0 11111110 1100000 1011001

Color Harmonies of #D5C9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C9FE

Black with #D5C9FE

Text Example


Text Example

White with #D5C9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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