Html Css Color HEX #D8CBFD Lavender Blue

📋 copy color: '#D8CBFD'

red 216 ◦ green 203 ◦ blue 253

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

Shades of Lavender Blue #D8CBFD

Tints of Lavender Blue #D8CBFD

RGB

 RED value IS 216 (84.77% from 255) = 32.14%

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

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

R = 32.14%
G = 30.21%
B = 37.65%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D8CBFD (or 0xD8CBFD) is known color: Lavender Blue. HEX triplet: D8, CB and FD. RGB value is (216,203,253). Sum of RGB (Red+Green+Blue) = 216+203+253=672 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.14% from 672); Green value is 203 (79.69% from 255 or 30.21% from 672); Blue value is 253 (99.22% from 255 or 37.65% from 672); Max value from RGB is 253 - color contains mainly: blue. Hex color #D8CBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CBFD is #273402. Grayscale: #D4D4D4. Windows color (decimal): -2569219 or 16632792. OLE color: 16632792.

HSL color Cylindrical-coordinate representation of color #D8CBFD: hue angle of 255.6º 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 #D8CBFD is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 216 203 253 -
CMYK 0.15 0.20 0 0.01
HSL 255.6º 0.93% 0.89% -
HSV(B) 255.6º 0.2% 0.99% -
XYZ 67.4 64.4 101.81 -
YUV 212.59 150.81 130.43 -
System Red Green Blue C M Y K H S L
Decimal 216 203 253 0.15 0.20 0 0.01 255.6 0.93 0.89
Hex D8 CB FD F 14 0 1 100 5D 59
Octal 330 313 375 17 24 0 1 400 135 131
Binary 11011000 11001011 11111101 1111 10100 0 1 100000000 1011101 1011001

Color Harmonies of #D8CBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CBFD

Black with #D8CBFD

Text Example


Text Example

White with #D8CBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CBFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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