Html Css Color HEX #D5CBFB Lavender Blue

📋 copy color: '#D5CBFB'

red 213 ◦ green 203 ◦ blue 251

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

Shades of Lavender Blue #D5CBFB

Tints of Lavender Blue #D5CBFB

RGB

 RED value IS 213 (83.59% from 255) = 31.93%

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

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

R = 31.93%
G = 30.43%
B = 37.63%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D5CBFB (or 0xD5CBFB) is known color: Lavender Blue. HEX triplet: D5, CB and FB. RGB value is (213,203,251). Sum of RGB (Red+Green+Blue) = 213+203+251=667 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.93% from 667); Green value is 203 (79.69% from 255 or 30.43% 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 #D5CBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CBFB is #2A3404. Grayscale: #D3D3D3. Windows color (decimal): -2765829 or 16501717. OLE color: 16501717.

HSL color Cylindrical-coordinate representation of color #D5CBFB: hue angle of 252.5º degrees, saturation: 0.86, 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 #D5CBFB is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 203 251 -
CMYK 0.15 0.19 0 0.02
HSL 252.5º 0.86% 0.89% -
HSV(B) 252.5º 0.19% 0.98% -
XYZ 66.21 63.82 100.1 -
YUV 211.46 150.31 129.1 -
System Red Green Blue C M Y K H S L
Decimal 213 203 251 0.15 0.19 0 0.02 252.5 0.86 0.89
Hex D5 CB FB F 13 0 2 FD 56 59
Octal 325 313 373 17 23 0 2 375 126 131
Binary 11010101 11001011 11111011 1111 10011 0 10 11111101 1010110 1011001

Color Harmonies of #D5CBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CBFB

Black with #D5CBFB

Text Example


Text Example

White with #D5CBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CBFB; }

 p { color: rgb(213,203,251); }

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

background-color css

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

 a { background-color: rgb(213,203,251); }

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

border-color css

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

 span { border-color: rgb(213,203,251); }

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