Html Css Color HEX #D2CAF8 Lavender Blue

📋 copy color: '#D2CAF8'

red 210 ◦ green 202 ◦ blue 248

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

Shades of Lavender Blue #D2CAF8

Tints of Lavender Blue #D2CAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 37.58%

R = 31.82%
G = 30.61%
B = 37.58%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D2CAF8 (or 0xD2CAF8) is known color: Lavender Blue. HEX triplet: D2, CA and F8. RGB value is (210,202,248). Sum of RGB (Red+Green+Blue) = 210+202+248=660 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.82% from 660); Green value is 202 (79.30% from 255 or 30.61% from 660); Blue value is 248 (97.27% from 255 or 37.58% from 660); Max value from RGB is 248 - color contains mainly: blue. Hex color #D2CAF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CAF8 is #2D3507. Grayscale: #D1D1D1. Windows color (decimal): -2962696 or 16304850. OLE color: 16304850.

HSL color Cylindrical-coordinate representation of color #D2CAF8: hue angle of 250.43º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2CAF8 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 210 202 248 -
CMYK 0.15 0.19 0 0.03
HSL 250.43º 0.77% 0.88% -
HSV(B) 250.43º 0.19% 0.97% -
XYZ 64.64 62.72 97.51 -
YUV 209.64 149.65 128.26 -
System Red Green Blue C M Y K H S L
Decimal 210 202 248 0.15 0.19 0 0.03 250.43 0.77 0.88
Hex D2 CA F8 F 13 0 3 FA 4D 58
Octal 322 312 370 17 23 0 3 372 115 130
Binary 11010010 11001010 11111000 1111 10011 0 11 11111010 1001101 1011000

Color Harmonies of #D2CAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CAF8

Black with #D2CAF8

Text Example


Text Example

White with #D2CAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CAF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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