Html Css Color HEX #D8CDFB Lavender Blue

📋 copy color: '#D8CDFB'

red 216 ◦ green 205 ◦ blue 251

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

Shades of Lavender Blue #D8CDFB

Tints of Lavender Blue #D8CDFB

RGB

 RED value IS 216 (84.77% from 255) = 32.14%

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

 BLUE value IS 251 (98.44% from 255) = 37.35%

R = 32.14%
G = 30.51%
B = 37.35%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D8CDFB (or 0xD8CDFB) is known color: Lavender Blue. HEX triplet: D8, CD and FB. RGB value is (216,205,251). Sum of RGB (Red+Green+Blue) = 216+205+251=672 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.14% from 672); Green value is 205 (80.47% from 255 or 30.51% from 672); Blue value is 251 (98.44% from 255 or 37.35% from 672); Max value from RGB is 251 - color contains mainly: blue. Hex color #D8CDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CDFB is #273204. Grayscale: #D5D5D5. Windows color (decimal): -2568709 or 16502232. OLE color: 16502232.

HSL color Cylindrical-coordinate representation of color #D8CDFB: hue angle of 254.35º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D8CDFB is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 216 205 251 -
CMYK 0.14 0.18 0 0.02
HSL 254.35º 0.85% 0.89% -
HSV(B) 254.35º 0.18% 0.98% -
XYZ 67.56 65.23 100.3 -
YUV 213.53 149.14 129.76 -
System Red Green Blue C M Y K H S L
Decimal 216 205 251 0.14 0.18 0 0.02 254.35 0.85 0.89
Hex D8 CD FB E 12 0 2 FE 55 59
Octal 330 315 373 16 22 0 2 376 125 131
Binary 11011000 11001101 11111011 1110 10010 0 10 11111110 1010101 1011001

Color Harmonies of #D8CDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CDFB

Black with #D8CDFB

Text Example


Text Example

White with #D8CDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CDFB; }

 p { color: rgb(216,205,251); }

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

background-color css

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

 a { background-color: rgb(216,205,251); }

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

border-color css

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

 span { border-color: rgb(216,205,251); }

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