Html Css Color HEX #D9CDFF Lavender Blue

📋 copy color: '#D9CDFF'

red 217 ◦ green 205 ◦ blue 255

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

Shades of Lavender Blue #D9CDFF

Tints of Lavender Blue #D9CDFF

RGB

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

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

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

R = 32.05%
G = 30.28%
B = 37.67%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D9CDFF (or 0xD9CDFF) is known color: Lavender Blue. HEX triplet: D9, CD and FF. RGB value is (217,205,255). Sum of RGB (Red+Green+Blue) = 217+205+255=677 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.05% from 677); Green value is 205 (80.47% from 255 or 30.28% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9CDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CDFF is #263200. Grayscale: #D6D6D6. Windows color (decimal): -2503169 or 16764377. OLE color: 16764377.

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

Color convert

RGB 217 205 255 -
CMYK 0.15 0.20 0 0
HSL 254.4º 1% 0.9% -
HSV(B) 254.4º 0.2% 1% -
XYZ 68.5 65.63 103.67 -
YUV 214.29 150.98 129.93 -
System Red Green Blue C M Y K H S L
Decimal 217 205 255 0.15 0.20 0 0 254.4 1 0.9
Hex D9 CD FF F 14 0 0 FE 64 5A
Octal 331 315 377 17 24 0 0 376 144 132
Binary 11011001 11001101 11111111 1111 10100 0 0 11111110 1100100 1011010

Color Harmonies of #D9CDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CDFF

Black with #D9CDFF

Text Example


Text Example

White with #D9CDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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