Html Css Color HEX #D2C6FB Lavender Blue

📋 copy color: '#D2C6FB'

red 210 ◦ green 198 ◦ blue 251

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

Shades of Lavender Blue #D2C6FB

Tints of Lavender Blue #D2C6FB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.05%

 BLUE value IS 251 (98.44% from 255) = 38.09%

R = 31.87%
G = 30.05%
B = 38.09%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D2C6FB (or 0xD2C6FB) is known color: Lavender Blue. HEX triplet: D2, C6 and FB. RGB value is (210,198,251). Sum of RGB (Red+Green+Blue) = 210+198+251=659 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.87% from 659); Green value is 198 (77.73% from 255 or 30.05% from 659); Blue value is 251 (98.44% from 255 or 38.09% from 659); Max value from RGB is 251 - color contains mainly: blue. Hex color #D2C6FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2C6FB is #2D3904. Grayscale: #CFCFCF. Windows color (decimal): -2963717 or 16500434. OLE color: 16500434.

HSL color Cylindrical-coordinate representation of color #D2C6FB: hue angle of 253.58º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D2C6FB is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 198 251 -
CMYK 0.16 0.21 0 0.02
HSL 253.58º 0.87% 0.88% -
HSV(B) 253.58º 0.21% 0.98% -
XYZ 64.19 61.05 99.67 -
YUV 207.63 152.48 129.69 -
System Red Green Blue C M Y K H S L
Decimal 210 198 251 0.16 0.21 0 0.02 253.58 0.87 0.88
Hex D2 C6 FB 10 15 0 2 FE 57 58
Octal 322 306 373 20 25 0 2 376 127 130
Binary 11010010 11000110 11111011 10000 10101 0 10 11111110 1010111 1011000

Color Harmonies of #D2C6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C6FB

Black with #D2C6FB

Text Example


Text Example

White with #D2C6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C6FB; }

 p { color: rgb(210,198,251); }

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

background-color css

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

 a { background-color: rgb(210,198,251); }

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

border-color css

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

 span { border-color: rgb(210,198,251); }

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