Html Css Color HEX #D4CAFD Lavender Blue

📋 copy color: '#D4CAFD'

red 212 ◦ green 202 ◦ blue 253

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

Shades of Lavender Blue #D4CAFD

Tints of Lavender Blue #D4CAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.93%

R = 31.78%
G = 30.28%
B = 37.93%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D4CAFD (or 0xD4CAFD) is known color: Lavender Blue. HEX triplet: D4, CA and FD. RGB value is (212,202,253). Sum of RGB (Red+Green+Blue) = 212+202+253=667 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.78% from 667); Green value is 202 (79.30% from 255 or 30.28% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: blue. Hex color #D4CAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CAFD is #2B3502. Grayscale: #D2D2D2. Windows color (decimal): -2831619 or 16632532. OLE color: 16632532.

HSL color Cylindrical-coordinate representation of color #D4CAFD: hue angle of 251.76º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4CAFD is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 202 253 -
CMYK 0.16 0.20 0 0.01
HSL 251.76º 0.93% 0.89% -
HSV(B) 251.76º 0.2% 0.99% -
XYZ 66 63.33 101.67 -
YUV 210.8 151.81 128.85 -
System Red Green Blue C M Y K H S L
Decimal 212 202 253 0.16 0.20 0 0.01 251.76 0.93 0.89
Hex D4 CA FD 10 14 0 1 FC 5D 59
Octal 324 312 375 20 24 0 1 374 135 131
Binary 11010100 11001010 11111101 10000 10100 0 1 11111100 1011101 1011001

Color Harmonies of #D4CAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CAFD

Black with #D4CAFD

Text Example


Text Example

White with #D4CAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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