Html Css Color HEX #D4CDFB Lavender Blue

📋 copy color: '#D4CDFB'

red 212 ◦ green 205 ◦ blue 251

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

Shades of Lavender Blue #D4CDFB

Tints of Lavender Blue #D4CDFB

RGB

 RED value IS 212 (83.2% from 255) = 31.74%

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

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

R = 31.74%
G = 30.69%
B = 37.57%

CMYK

 C value IS 0.16

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D4CDFB (or 0xD4CDFB) is known color: Lavender Blue. HEX triplet: D4, CD and FB. RGB value is (212,205,251). Sum of RGB (Red+Green+Blue) = 212+205+251=668 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.74% from 668); Green value is 205 (80.47% from 255 or 30.69% from 668); Blue value is 251 (98.44% from 255 or 37.57% from 668); Max value from RGB is 251 - color contains mainly: blue. Hex color #D4CDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CDFB is #2B3204. Grayscale: #D4D4D4. Windows color (decimal): -2830853 or 16502228. OLE color: 16502228.

HSL color Cylindrical-coordinate representation of color #D4CDFB: hue angle of 249.13º 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 #D4CDFB is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 205 251 -
CMYK 0.16 0.18 0 0.02
HSL 249.13º 0.85% 0.89% -
HSV(B) 249.13º 0.18% 0.98% -
XYZ 66.4 64.62 100.24 -
YUV 212.34 149.82 127.76 -
System Red Green Blue C M Y K H S L
Decimal 212 205 251 0.16 0.18 0 0.02 249.13 0.85 0.89
Hex D4 CD FB 10 12 0 2 F9 55 59
Octal 324 315 373 20 22 0 2 371 125 131
Binary 11010100 11001101 11111011 10000 10010 0 10 11111001 1010101 1011001

Color Harmonies of #D4CDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CDFB

Black with #D4CDFB

Text Example


Text Example

White with #D4CDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CDFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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