Html Css Color HEX #D2CBFA Lavender Blue

📋 copy color: '#D2CBFA'

red 210 ◦ green 203 ◦ blue 250

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

Shades of Lavender Blue #D2CBFA

Tints of Lavender Blue #D2CBFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.71%

R = 31.67%
G = 30.62%
B = 37.71%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D2CBFA (or 0xD2CBFA) is known color: Lavender Blue. HEX triplet: D2, CB and FA. RGB value is (210,203,250). Sum of RGB (Red+Green+Blue) = 210+203+250=663 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.67% from 663); Green value is 203 (79.69% from 255 or 30.62% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #D2CBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CBFA is #2D3405. Grayscale: #D2D2D2. Windows color (decimal): -2962438 or 16436178. OLE color: 16436178.

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

Color convert

RGB 210 203 250 -
CMYK 0.16 0.19 0 0.02
HSL 248.94º 0.82% 0.89% -
HSV(B) 248.94º 0.19% 0.98% -
XYZ 65.19 63.32 99.23 -
YUV 210.45 150.32 127.68 -
System Red Green Blue C M Y K H S L
Decimal 210 203 250 0.16 0.19 0 0.02 248.94 0.82 0.89
Hex D2 CB FA 10 13 0 2 F9 52 59
Octal 322 313 372 20 23 0 2 371 122 131
Binary 11010010 11001011 11111010 10000 10011 0 10 11111001 1010010 1011001

Color Harmonies of #D2CBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CBFA

Black with #D2CBFA

Text Example


Text Example

White with #D2CBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CBFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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