Html Css Color HEX #D3CAFC Lavender Blue

📋 copy color: '#D3CAFC'

red 211 ◦ green 202 ◦ blue 252

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

Shades of Lavender Blue #D3CAFC

Tints of Lavender Blue #D3CAFC

RGB

 RED value IS 211 (82.81% from 255) = 31.73%

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

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

R = 31.73%
G = 30.38%
B = 37.89%

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

#D3CAFC (or 0xD3CAFC) is known color: Lavender Blue. HEX triplet: D3, CA and FC. RGB value is (211,202,252). Sum of RGB (Red+Green+Blue) = 211+202+252=665 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.73% from 665); Green value is 202 (79.30% from 255 or 30.38% from 665); Blue value is 252 (98.83% from 255 or 37.89% from 665); Max value from RGB is 252 - color contains mainly: blue. Hex color #D3CAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CAFC is #2C3503. Grayscale: #D2D2D2. Windows color (decimal): -2897156 or 16566995. OLE color: 16566995.

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

Color convert

RGB 211 202 252 -
CMYK 0.16 0.20 0 0.01
HSL 250.8º 0.89% 0.89% -
HSV(B) 250.8º 0.2% 0.99% -
XYZ 65.56 63.12 100.82 -
YUV 210.39 151.48 128.43 -
System Red Green Blue C M Y K H S L
Decimal 211 202 252 0.16 0.20 0 0.01 250.8 0.89 0.89
Hex D3 CA FC 10 14 0 1 FB 59 59
Octal 323 312 374 20 24 0 1 373 131 131
Binary 11010011 11001010 11111100 10000 10100 0 1 11111011 1011001 1011001

Color Harmonies of #D3CAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3CAFC

Black with #D3CAFC

Text Example


Text Example

White with #D3CAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3CAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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