Html Css Color HEX #D2CBFD Lavender Blue

📋 copy color: '#D2CBFD'

red 210 ◦ green 203 ◦ blue 253

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

Shades of Lavender Blue #D2CBFD

Tints of Lavender Blue #D2CBFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.99%

R = 31.53%
G = 30.48%
B = 37.99%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D2CBFD (or 0xD2CBFD) is known color: Lavender Blue. HEX triplet: D2, CB and FD. RGB value is (210,203,253). Sum of RGB (Red+Green+Blue) = 210+203+253=666 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.53% from 666); Green value is 203 (79.69% from 255 or 30.48% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #D2CBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CBFD is #2D3402. Grayscale: #D2D2D2. Windows color (decimal): -2962435 or 16632786. OLE color: 16632786.

HSL color Cylindrical-coordinate representation of color #D2CBFD: hue angle of 248.4º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2CBFD is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 210 203 253 -
CMYK 0.17 0.20 0 0.01
HSL 248.4º 0.93% 0.89% -
HSV(B) 248.4º 0.2% 0.99% -
XYZ 65.66 63.51 101.73 -
YUV 210.79 151.82 127.43 -
System Red Green Blue C M Y K H S L
Decimal 210 203 253 0.17 0.20 0 0.01 248.4 0.93 0.89
Hex D2 CB FD 11 14 0 1 F8 5D 59
Octal 322 313 375 21 24 0 1 370 135 131
Binary 11010010 11001011 11111101 10001 10100 0 1 11111000 1011101 1011001

Color Harmonies of #D2CBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CBFD

Black with #D2CBFD

Text Example


Text Example

White with #D2CBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CBFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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