Html Css Color HEX #D4CAFC Lavender Blue

📋 copy color: '#D4CAFC'

red 212 ◦ green 202 ◦ blue 252

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

Shades of Lavender Blue #D4CAFC

Tints of Lavender Blue #D4CAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.84%

R = 31.83%
G = 30.33%
B = 37.84%

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

#D4CAFC (or 0xD4CAFC) is known color: Lavender Blue. HEX triplet: D4, CA and FC. RGB value is (212,202,252). Sum of RGB (Red+Green+Blue) = 212+202+252=666 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.83% from 666); Green value is 202 (79.30% from 255 or 30.33% from 666); Blue value is 252 (98.83% from 255 or 37.84% from 666); Max value from RGB is 252 - color contains mainly: blue. Hex color #D4CAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CAFC is #2B3503. Grayscale: #D2D2D2. Windows color (decimal): -2831620 or 16566996. OLE color: 16566996.

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

Color convert

RGB 212 202 252 -
CMYK 0.16 0.20 0 0.01
HSL 252º 0.89% 0.89% -
HSV(B) 252º 0.2% 0.99% -
XYZ 65.84 63.27 100.84 -
YUV 210.69 151.31 128.93 -
System Red Green Blue C M Y K H S L
Decimal 212 202 252 0.16 0.20 0 0.01 252 0.89 0.89
Hex D4 CA FC 10 14 0 1 FC 59 59
Octal 324 312 374 20 24 0 1 374 131 131
Binary 11010100 11001010 11111100 10000 10100 0 1 11111100 1011001 1011001

Color Harmonies of #D4CAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CAFC

Black with #D4CAFC

Text Example


Text Example

White with #D4CAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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