Html Css Color HEX #D2CBF6 Lavender Blue

📋 copy color: '#D2CBF6'

red 210 ◦ green 203 ◦ blue 246

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

Shades of Lavender Blue #D2CBF6

Tints of Lavender Blue #D2CBF6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.8%

 BLUE value IS 246 (96.48% from 255) = 37.33%

R = 31.87%
G = 30.8%
B = 37.33%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D2CBF6 (or 0xD2CBF6) is known color: Lavender Blue. HEX triplet: D2, CB and F6. RGB value is (210,203,246). Sum of RGB (Red+Green+Blue) = 210+203+246=659 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.87% from 659); Green value is 203 (79.69% from 255 or 30.80% from 659); Blue value is 246 (96.48% from 255 or 37.33% from 659); Max value from RGB is 246 - color contains mainly: blue. Hex color #D2CBF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CBF6 is #2D3409. Grayscale: #D1D1D1. Windows color (decimal): -2962442 or 16174034. OLE color: 16174034.

HSL color Cylindrical-coordinate representation of color #D2CBF6: hue angle of 249.77º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2CBF6 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 210 203 246 -
CMYK 0.15 0.17 0 0.04
HSL 249.77º 0.7% 0.88% -
HSV(B) 249.77º 0.17% 0.96% -
XYZ 64.57 63.07 95.96 -
YUV 210 148.32 128 -
System Red Green Blue C M Y K H S L
Decimal 210 203 246 0.15 0.17 0 0.04 249.77 0.7 0.88
Hex D2 CB F6 F 11 0 4 FA 46 58
Octal 322 313 366 17 21 0 4 372 106 130
Binary 11010010 11001011 11110110 1111 10001 0 100 11111010 1000110 1011000

Color Harmonies of #D2CBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CBF6

Black with #D2CBF6

Text Example


Text Example

White with #D2CBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CBF6; }

 p { color: rgb(210,203,246); }

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

background-color css

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

 a { background-color: rgb(210,203,246); }

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

border-color css

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

 span { border-color: rgb(210,203,246); }

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