Html Css Color HEX #D2CDFB Lavender Blue

📋 copy color: '#D2CDFB'

red 210 ◦ green 205 ◦ blue 251

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

Shades of Lavender Blue #D2CDFB

Tints of Lavender Blue #D2CDFB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 30.78%

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

R = 31.53%
G = 30.78%
B = 37.69%

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

#D2CDFB (or 0xD2CDFB) is known color: Lavender Blue. HEX triplet: D2, CD and FB. RGB value is (210,205,251). Sum of RGB (Red+Green+Blue) = 210+205+251=666 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.53% from 666); Green value is 205 (80.47% from 255 or 30.78% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 251 - color contains mainly: blue. Hex color #D2CDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CDFB is #2D3204. Grayscale: #D3D3D3. Windows color (decimal): -2961925 or 16502226. OLE color: 16502226.

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

Color convert

RGB 210 205 251 -
CMYK 0.16 0.18 0 0.02
HSL 246.52º 0.85% 0.89% -
HSV(B) 246.52º 0.18% 0.98% -
XYZ 65.82 64.33 100.21 -
YUV 211.74 150.16 126.76 -
System Red Green Blue C M Y K H S L
Decimal 210 205 251 0.16 0.18 0 0.02 246.52 0.85 0.89
Hex D2 CD FB 10 12 0 2 F7 55 59
Octal 322 315 373 20 22 0 2 367 125 131
Binary 11010010 11001101 11111011 10000 10010 0 10 11110111 1010101 1011001

Color Harmonies of #D2CDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CDFB

Black with #D2CDFB

Text Example


Text Example

White with #D2CDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CDFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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