Html Css Color HEX #D2C6FE Lavender Blue

📋 copy color: '#D2C6FE'

red 210 ◦ green 198 ◦ blue 254

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

Shades of Lavender Blue #D2C6FE

Tints of Lavender Blue #D2C6FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.37%

R = 31.72%
G = 29.91%
B = 38.37%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D2C6FE (or 0xD2C6FE) is known color: Lavender Blue. HEX triplet: D2, C6 and FE. RGB value is (210,198,254). Sum of RGB (Red+Green+Blue) = 210+198+254=662 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.72% from 662); Green value is 198 (77.73% from 255 or 29.91% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2C6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2C6FE is #2D3901. Grayscale: #CFCFCF. Windows color (decimal): -2963714 or 16697042. OLE color: 16697042.

HSL color Cylindrical-coordinate representation of color #D2C6FE: hue angle of 252.86º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D2C6FE is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 210 198 254 -
CMYK 0.17 0.22 0 0.00
HSL 252.86º 0.97% 0.89% -
HSV(B) 252.86º 0.22% 1% -
XYZ 64.66 61.25 102.18 -
YUV 207.97 153.98 129.45 -
System Red Green Blue C M Y K H S L
Decimal 210 198 254 0.17 0.22 0 0.00 252.86 0.97 0.89
Hex D2 C6 FE 11 16 0 0 FD 61 59
Octal 322 306 376 21 26 0 0 375 141 131
Binary 11010010 11000110 11111110 10001 10110 0 0 11111101 1100001 1011001

Color Harmonies of #D2C6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C6FE

Black with #D2C6FE

Text Example


Text Example

White with #D2C6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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