Html Css Color HEX #D9CDFC Lavender Blue

📋 copy color: '#D9CDFC'

red 217 ◦ green 205 ◦ blue 252

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

Shades of Lavender Blue #D9CDFC

Tints of Lavender Blue #D9CDFC

RGB

 RED value IS 217 (85.16% from 255) = 32.2%

 GREEN value IS 205 (80.47% from 255) = 30.42%

 BLUE value IS 252 (98.83% from 255) = 37.39%

R = 32.2%
G = 30.42%
B = 37.39%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D9CDFC (or 0xD9CDFC) is known color: Lavender Blue. HEX triplet: D9, CD and FC. RGB value is (217,205,252). Sum of RGB (Red+Green+Blue) = 217+205+252=674 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.20% from 674); Green value is 205 (80.47% from 255 or 30.42% from 674); Blue value is 252 (98.83% from 255 or 37.39% from 674); Max value from RGB is 252 - color contains mainly: blue. Hex color #D9CDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CDFC is #263203. Grayscale: #D5D5D5. Windows color (decimal): -2503172 or 16567769. OLE color: 16567769.

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

Color convert

RGB 217 205 252 -
CMYK 0.14 0.19 0 0.01
HSL 255.32º 0.89% 0.9% -
HSV(B) 255.32º 0.19% 0.99% -
XYZ 68.02 65.44 101.14 -
YUV 213.95 149.48 130.18 -
System Red Green Blue C M Y K H S L
Decimal 217 205 252 0.14 0.19 0 0.01 255.32 0.89 0.9
Hex D9 CD FC E 13 0 1 FF 59 5A
Octal 331 315 374 16 23 0 1 377 131 132
Binary 11011001 11001101 11111100 1110 10011 0 1 11111111 1011001 1011010

Color Harmonies of #D9CDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CDFC

Black with #D9CDFC

Text Example


Text Example

White with #D9CDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CDFC; }

 p { color: rgb(217,205,252); }

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

background-color css

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

 a { background-color: rgb(217,205,252); }

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

border-color css

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

 span { border-color: rgb(217,205,252); }

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