Html Css Color HEX #D8CFFD Lavender Blue

📋 copy color: '#D8CFFD'

red 216 ◦ green 207 ◦ blue 253

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

Shades of Lavender Blue #D8CFFD

Tints of Lavender Blue #D8CFFD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 30.62%

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

R = 31.95%
G = 30.62%
B = 37.43%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D8CFFD (or 0xD8CFFD) is known color: Lavender Blue. HEX triplet: D8, CF and FD. RGB value is (216,207,253). Sum of RGB (Red+Green+Blue) = 216+207+253=676 (89% of max value = 765). Red value is 216 (84.77% from 255 or 31.95% from 676); Green value is 207 (81.25% from 255 or 30.62% from 676); Blue value is 253 (99.22% from 255 or 37.43% from 676); Max value from RGB is 253 - color contains mainly: blue. Hex color #D8CFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CFFD is #273002. Grayscale: #D6D6D6. Windows color (decimal): -2568195 or 16633816. OLE color: 16633816.

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

Color convert

RGB 216 207 253 -
CMYK 0.15 0.18 0 0.01
HSL 251.74º 0.92% 0.9% -
HSV(B) 251.74º 0.18% 0.99% -
XYZ 68.36 66.32 102.13 -
YUV 214.94 149.48 128.76 -
System Red Green Blue C M Y K H S L
Decimal 216 207 253 0.15 0.18 0 0.01 251.74 0.92 0.9
Hex D8 CF FD F 12 0 1 FC 5C 5A
Octal 330 317 375 17 22 0 1 374 134 132
Binary 11011000 11001111 11111101 1111 10010 0 1 11111100 1011100 1011010

Color Harmonies of #D8CFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CFFD

Black with #D8CFFD

Text Example


Text Example

White with #D8CFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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