Html Css Color HEX #D2CEFB Lavender Blue

📋 copy color: '#D2CEFB'

red 210 ◦ green 206 ◦ blue 251

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

Shades of Lavender Blue #D2CEFB

Tints of Lavender Blue #D2CEFB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 30.88%

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

R = 31.48%
G = 30.88%
B = 37.63%

CMYK

 C value IS 0.16

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D2CEFB (or 0xD2CEFB) is known color: Lavender Blue. HEX triplet: D2, CE and FB. RGB value is (210,206,251). Sum of RGB (Red+Green+Blue) = 210+206+251=667 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.48% from 667); Green value is 206 (80.86% from 255 or 30.88% from 667); Blue value is 251 (98.44% from 255 or 37.63% from 667); Max value from RGB is 251 - color contains mainly: blue. Hex color #D2CEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CEFB is #2D3104. Grayscale: #D4D4D4. Windows color (decimal): -2961669 or 16502482. OLE color: 16502482.

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

Color convert

RGB 210 206 251 -
CMYK 0.16 0.18 0 0.02
HSL 245.33º 0.85% 0.9% -
HSV(B) 245.33º 0.18% 0.98% -
XYZ 66.06 64.81 100.29 -
YUV 212.33 149.83 126.34 -
System Red Green Blue C M Y K H S L
Decimal 210 206 251 0.16 0.18 0 0.02 245.33 0.85 0.9
Hex D2 CE FB 10 12 0 2 F5 55 5A
Octal 322 316 373 20 22 0 2 365 125 132
Binary 11010010 11001110 11111011 10000 10010 0 10 11110101 1010101 1011010

Color Harmonies of #D2CEFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CEFB

Black with #D2CEFB

Text Example


Text Example

White with #D2CEFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CEFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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