Html Css Color HEX #D0CBFB Lavender Blue

📋 copy color: '#D0CBFB'

red 208 ◦ green 203 ◦ blue 251

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

Shades of Lavender Blue #D0CBFB

Tints of Lavender Blue #D0CBFB

RGB

 RED value IS 208 (81.64% from 255) = 31.42%

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

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

R = 31.42%
G = 30.66%
B = 37.92%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D0CBFB (or 0xD0CBFB) is known color: Lavender Blue. HEX triplet: D0, CB and FB. RGB value is (208,203,251). Sum of RGB (Red+Green+Blue) = 208+203+251=662 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.42% from 662); Green value is 203 (79.69% from 255 or 30.66% from 662); Blue value is 251 (98.44% from 255 or 37.92% from 662); Max value from RGB is 251 - color contains mainly: blue. Hex color #D0CBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CBFB is #2F3404. Grayscale: #D1D1D1. Windows color (decimal): -3093509 or 16501712. OLE color: 16501712.

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

Color convert

RGB 208 203 251 -
CMYK 0.17 0.19 0 0.02
HSL 246.25º 0.86% 0.89% -
HSV(B) 246.25º 0.19% 0.98% -
XYZ 64.78 63.09 100.03 -
YUV 209.97 151.16 126.6 -
System Red Green Blue C M Y K H S L
Decimal 208 203 251 0.17 0.19 0 0.02 246.25 0.86 0.89
Hex D0 CB FB 11 13 0 2 F6 56 59
Octal 320 313 373 21 23 0 2 366 126 131
Binary 11010000 11001011 11111011 10001 10011 0 10 11110110 1010110 1011001

Color Harmonies of #D0CBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CBFB

Black with #D0CBFB

Text Example


Text Example

White with #D0CBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CBFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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