Html Css Color HEX #D2CAF7 Lavender Blue

📋 copy color: '#D2CAF7'

red 210 ◦ green 202 ◦ blue 247

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

Shades of Lavender Blue #D2CAF7

Tints of Lavender Blue #D2CAF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 37.48%

R = 31.87%
G = 30.65%
B = 37.48%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D2CAF7 (or 0xD2CAF7) is known color: Lavender Blue. HEX triplet: D2, CA and F7. RGB value is (210,202,247). Sum of RGB (Red+Green+Blue) = 210+202+247=659 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.87% from 659); Green value is 202 (79.30% from 255 or 30.65% from 659); Blue value is 247 (96.88% from 255 or 37.48% from 659); Max value from RGB is 247 - color contains mainly: blue. Hex color #D2CAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CAF7 is #2D3508. Grayscale: #D1D1D1. Windows color (decimal): -2962697 or 16239314. OLE color: 16239314.

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

Color convert

RGB 210 202 247 -
CMYK 0.15 0.18 0 0.03
HSL 250.67º 0.74% 0.88% -
HSV(B) 250.67º 0.18% 0.97% -
XYZ 64.49 62.66 96.69 -
YUV 209.52 149.15 128.34 -
System Red Green Blue C M Y K H S L
Decimal 210 202 247 0.15 0.18 0 0.03 250.67 0.74 0.88
Hex D2 CA F7 F 12 0 3 FB 4A 58
Octal 322 312 367 17 22 0 3 373 112 130
Binary 11010010 11001010 11110111 1111 10010 0 11 11111011 1001010 1011000

Color Harmonies of #D2CAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CAF7

Black with #D2CAF7

Text Example


Text Example

White with #D2CAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CAF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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