Html Css Color HEX #D5CDFB Lavender Blue

📋 copy color: '#D5CDFB'

red 213 ◦ green 205 ◦ blue 251

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

Shades of Lavender Blue #D5CDFB

Tints of Lavender Blue #D5CDFB

RGB

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

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

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

R = 31.84%
G = 30.64%
B = 37.52%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D5CDFB (or 0xD5CDFB) is known color: Lavender Blue. HEX triplet: D5, CD and FB. RGB value is (213,205,251). Sum of RGB (Red+Green+Blue) = 213+205+251=669 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.84% from 669); Green value is 205 (80.47% from 255 or 30.64% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #D5CDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CDFB is #2A3204. Grayscale: #D4D4D4. Windows color (decimal): -2765317 or 16502229. OLE color: 16502229.

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

Color convert

RGB 213 205 251 -
CMYK 0.15 0.18 0 0.02
HSL 250.43º 0.85% 0.89% -
HSV(B) 250.43º 0.18% 0.98% -
XYZ 66.68 64.77 100.25 -
YUV 212.64 149.65 128.26 -
System Red Green Blue C M Y K H S L
Decimal 213 205 251 0.15 0.18 0 0.02 250.43 0.85 0.89
Hex D5 CD FB F 12 0 2 FA 55 59
Octal 325 315 373 17 22 0 2 372 125 131
Binary 11010101 11001101 11111011 1111 10010 0 10 11111010 1010101 1011001

Color Harmonies of #D5CDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CDFB

Black with #D5CDFB

Text Example


Text Example

White with #D5CDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CDFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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