Html Css Color HEX #D5C6FE Lavender Blue

📋 copy color: '#D5C6FE'

red 213 ◦ green 198 ◦ blue 254

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

Shades of Lavender Blue #D5C6FE

Tints of Lavender Blue #D5C6FE

RGB

 RED value IS 213 (83.59% from 255) = 32.03%

 GREEN value IS 198 (77.73% from 255) = 29.77%

 BLUE value IS 254 (99.61% from 255) = 38.2%

R = 32.03%
G = 29.77%
B = 38.2%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D5C6FE (or 0xD5C6FE) is known color: Lavender Blue. HEX triplet: D5, C6 and FE. RGB value is (213,198,254). Sum of RGB (Red+Green+Blue) = 213+198+254=665 (88% of max value = 765). Red value is 213 (83.59% from 255 or 32.03% from 665); Green value is 198 (77.73% from 255 or 29.77% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #D5C6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5C6FE is #2A3901. Grayscale: #D0D0D0. Windows color (decimal): -2767106 or 16697045. OLE color: 16697045.

HSL color Cylindrical-coordinate representation of color #D5C6FE: hue angle of 256.07º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5C6FE is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 213 198 254 -
CMYK 0.16 0.22 0 0.00
HSL 256.07º 0.97% 0.89% -
HSV(B) 256.07º 0.22% 1% -
XYZ 65.52 61.69 102.22 -
YUV 208.87 153.47 130.95 -
System Red Green Blue C M Y K H S L
Decimal 213 198 254 0.16 0.22 0 0.00 256.07 0.97 0.89
Hex D5 C6 FE 10 16 0 0 100 61 59
Octal 325 306 376 20 26 0 0 400 141 131
Binary 11010101 11000110 11111110 10000 10110 0 0 100000000 1100001 1011001

Color Harmonies of #D5C6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C6FE

Black with #D5C6FE

Text Example


Text Example

White with #D5C6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C6FE; }

 p { color: rgb(213,198,254); }

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

background-color css

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

 a { background-color: rgb(213,198,254); }

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

border-color css

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

 span { border-color: rgb(213,198,254); }

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