Html Css Color HEX #D7CFFC Lavender Blue

📋 copy color: '#D7CFFC'

red 215 ◦ green 207 ◦ blue 252

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

Shades of Lavender Blue #D7CFFC

Tints of Lavender Blue #D7CFFC

RGB

 RED value IS 215 (84.38% from 255) = 31.9%

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

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

R = 31.9%
G = 30.71%
B = 37.39%

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

#D7CFFC (or 0xD7CFFC) is known color: Lavender Blue. HEX triplet: D7, CF and FC. RGB value is (215,207,252). Sum of RGB (Red+Green+Blue) = 215+207+252=674 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.90% from 674); Green value is 207 (81.25% from 255 or 30.71% from 674); Blue value is 252 (98.83% from 255 or 37.39% from 674); Max value from RGB is 252 - color contains mainly: blue. Hex color #D7CFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CFFC is #283003. Grayscale: #D6D6D6. Windows color (decimal): -2633732 or 16568279. OLE color: 16568279.

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

Color convert

RGB 215 207 252 -
CMYK 0.15 0.18 0 0.01
HSL 250.67º 0.88% 0.9% -
HSV(B) 250.67º 0.18% 0.99% -
XYZ 67.91 66.1 101.28 -
YUV 214.52 149.15 128.34 -
System Red Green Blue C M Y K H S L
Decimal 215 207 252 0.15 0.18 0 0.01 250.67 0.88 0.9
Hex D7 CF FC F 12 0 1 FB 58 5A
Octal 327 317 374 17 22 0 1 373 130 132
Binary 11010111 11001111 11111100 1111 10010 0 1 11111011 1011000 1011010

Color Harmonies of #D7CFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CFFC

Black with #D7CFFC

Text Example


Text Example

White with #D7CFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CFFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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