Html Css Color HEX #D4CAFB Lavender Blue

📋 copy color: '#D4CAFB'

red 212 ◦ green 202 ◦ blue 251

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

Shades of Lavender Blue #D4CAFB

Tints of Lavender Blue #D4CAFB

RGB

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

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

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

R = 31.88%
G = 30.38%
B = 37.74%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D4CAFB (or 0xD4CAFB) is known color: Lavender Blue. HEX triplet: D4, CA and FB. RGB value is (212,202,251). Sum of RGB (Red+Green+Blue) = 212+202+251=665 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.88% from 665); Green value is 202 (79.30% from 255 or 30.38% from 665); Blue value is 251 (98.44% from 255 or 37.74% from 665); Max value from RGB is 251 - color contains mainly: blue. Hex color #D4CAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CAFB is #2B3504. Grayscale: #D2D2D2. Windows color (decimal): -2831621 or 16501460. OLE color: 16501460.

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

Color convert

RGB 212 202 251 -
CMYK 0.16 0.20 0 0.02
HSL 252.24º 0.86% 0.89% -
HSV(B) 252.24º 0.2% 0.98% -
XYZ 65.68 63.2 100 -
YUV 210.58 150.81 129.02 -
System Red Green Blue C M Y K H S L
Decimal 212 202 251 0.16 0.20 0 0.02 252.24 0.86 0.89
Hex D4 CA FB 10 14 0 2 FC 56 59
Octal 324 312 373 20 24 0 2 374 126 131
Binary 11010100 11001010 11111011 10000 10100 0 10 11111100 1010110 1011001

Color Harmonies of #D4CAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CAFB

Black with #D4CAFB

Text Example


Text Example

White with #D4CAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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