Html Css Color HEX #D5CAFB Lavender Blue

📋 copy color: '#D5CAFB'

red 213 ◦ green 202 ◦ blue 251

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

Shades of Lavender Blue #D5CAFB

Tints of Lavender Blue #D5CAFB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.33%

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

R = 31.98%
G = 30.33%
B = 37.69%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D5CAFB (or 0xD5CAFB) is known color: Lavender Blue. HEX triplet: D5, CA and FB. RGB value is (213,202,251). Sum of RGB (Red+Green+Blue) = 213+202+251=666 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.98% from 666); Green value is 202 (79.30% from 255 or 30.33% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 251 - color contains mainly: blue. Hex color #D5CAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CAFB is #2A3504. Grayscale: #D2D2D2. Windows color (decimal): -2766085 or 16501461. OLE color: 16501461.

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

Color convert

RGB 213 202 251 -
CMYK 0.15 0.20 0 0.02
HSL 253.47º 0.86% 0.89% -
HSV(B) 253.47º 0.2% 0.98% -
XYZ 65.97 63.35 100.02 -
YUV 210.88 150.64 129.52 -
System Red Green Blue C M Y K H S L
Decimal 213 202 251 0.15 0.20 0 0.02 253.47 0.86 0.89
Hex D5 CA FB F 14 0 2 FD 56 59
Octal 325 312 373 17 24 0 2 375 126 131
Binary 11010101 11001010 11111011 1111 10100 0 10 11111101 1010110 1011001

Color Harmonies of #D5CAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CAFB

Black with #D5CAFB

Text Example


Text Example

White with #D5CAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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