Html Css Color HEX #D2CAFC Lavender Blue

📋 copy color: '#D2CAFC'

red 210 ◦ green 202 ◦ blue 252

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

Shades of Lavender Blue #D2CAFC

Tints of Lavender Blue #D2CAFC

RGB

 RED value IS 210 (82.42% from 255) = 31.63%

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

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

R = 31.63%
G = 30.42%
B = 37.95%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D2CAFC (or 0xD2CAFC) is known color: Lavender Blue. HEX triplet: D2, CA and FC. RGB value is (210,202,252). Sum of RGB (Red+Green+Blue) = 210+202+252=664 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.63% from 664); Green value is 202 (79.30% from 255 or 30.42% from 664); Blue value is 252 (98.83% from 255 or 37.95% from 664); Max value from RGB is 252 - color contains mainly: blue. Hex color #D2CAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CAFC is #2D3503. Grayscale: #D1D1D1. Windows color (decimal): -2962692 or 16566994. OLE color: 16566994.

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

Color convert

RGB 210 202 252 -
CMYK 0.17 0.20 0 0.01
HSL 249.6º 0.89% 0.89% -
HSV(B) 249.6º 0.2% 0.99% -
XYZ 65.27 62.97 100.81 -
YUV 210.09 151.65 127.93 -
System Red Green Blue C M Y K H S L
Decimal 210 202 252 0.17 0.20 0 0.01 249.6 0.89 0.89
Hex D2 CA FC 11 14 0 1 FA 59 59
Octal 322 312 374 21 24 0 1 372 131 131
Binary 11010010 11001010 11111100 10001 10100 0 1 11111010 1011001 1011001

Color Harmonies of #D2CAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CAFC

Black with #D2CAFC

Text Example


Text Example

White with #D2CAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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