Html Css Color HEX #D8CCFD Lavender Blue

📋 copy color: '#D8CCFD'

red 216 ◦ green 204 ◦ blue 253

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

Shades of Lavender Blue #D8CCFD

Tints of Lavender Blue #D8CCFD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.31%

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

R = 32.1%
G = 30.31%
B = 37.59%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D8CCFD (or 0xD8CCFD) is known color: Lavender Blue. HEX triplet: D8, CC and FD. RGB value is (216,204,253). Sum of RGB (Red+Green+Blue) = 216+204+253=673 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.10% from 673); Green value is 204 (80.08% from 255 or 30.31% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #D8CCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CCFD is #273302. Grayscale: #D4D4D4. Windows color (decimal): -2568963 or 16633048. OLE color: 16633048.

HSL color Cylindrical-coordinate representation of color #D8CCFD: hue angle of 254.69º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8CCFD is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 216 204 253 -
CMYK 0.15 0.19 0 0.01
HSL 254.69º 0.92% 0.9% -
HSV(B) 254.69º 0.19% 0.99% -
XYZ 67.64 64.88 101.89 -
YUV 213.17 150.48 130.02 -
System Red Green Blue C M Y K H S L
Decimal 216 204 253 0.15 0.19 0 0.01 254.69 0.92 0.9
Hex D8 CC FD F 13 0 1 FF 5C 5A
Octal 330 314 375 17 23 0 1 377 134 132
Binary 11011000 11001100 11111101 1111 10011 0 1 11111111 1011100 1011010

Color Harmonies of #D8CCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CCFD

Black with #D8CCFD

Text Example


Text Example

White with #D8CCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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