Html Css Color HEX #D8CFFC Lavender Blue

📋 copy color: '#D8CFFC'

red 216 ◦ green 207 ◦ blue 252

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

Shades of Lavender Blue #D8CFFC

Tints of Lavender Blue #D8CFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.33%

R = 32%
G = 30.67%
B = 37.33%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D8CFFC (or 0xD8CFFC) is known color: Lavender Blue. HEX triplet: D8, CF and FC. RGB value is (216,207,252). Sum of RGB (Red+Green+Blue) = 216+207+252=675 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32% from 675); Green value is 207 (81.25% from 255 or 30.67% from 675); Blue value is 252 (98.83% from 255 or 37.33% from 675); Max value from RGB is 252 - color contains mainly: blue. Hex color #D8CFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CFFC is #273003. Grayscale: #D6D6D6. Windows color (decimal): -2568196 or 16568280. OLE color: 16568280.

HSL color Cylindrical-coordinate representation of color #D8CFFC: hue angle of 252º degrees, saturation: 0.88, 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 #D8CFFC is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 216 207 252 -
CMYK 0.14 0.18 0 0.01
HSL 252º 0.88% 0.9% -
HSV(B) 252º 0.18% 0.99% -
XYZ 68.2 66.25 101.29 -
YUV 214.82 148.98 128.84 -
System Red Green Blue C M Y K H S L
Decimal 216 207 252 0.14 0.18 0 0.01 252 0.88 0.9
Hex D8 CF FC E 12 0 1 FC 58 5A
Octal 330 317 374 16 22 0 1 374 130 132
Binary 11011000 11001111 11111100 1110 10010 0 1 11111100 1011000 1011010

Color Harmonies of #D8CFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CFFC

Black with #D8CFFC

Text Example


Text Example

White with #D8CFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CFFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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