Html Css Color HEX #D6CDF7 Lavender Blue

📋 copy color: '#D6CDF7'

red 214 ◦ green 205 ◦ blue 247

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

Shades of Lavender Blue #D6CDF7

Tints of Lavender Blue #D6CDF7

RGB

 RED value IS 214 (83.98% from 255) = 32.13%

 GREEN value IS 205 (80.47% from 255) = 30.78%

 BLUE value IS 247 (96.88% from 255) = 37.09%

R = 32.13%
G = 30.78%
B = 37.09%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D6CDF7 (or 0xD6CDF7) is known color: Lavender Blue. HEX triplet: D6, CD and F7. RGB value is (214,205,247). Sum of RGB (Red+Green+Blue) = 214+205+247=666 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.13% from 666); Green value is 205 (80.47% from 255 or 30.78% from 666); Blue value is 247 (96.88% from 255 or 37.09% from 666); Max value from RGB is 247 - color contains mainly: blue. Hex color #D6CDF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CDF7 is #293208. Grayscale: #D4D4D4. Windows color (decimal): -2699785 or 16240086. OLE color: 16240086.

HSL color Cylindrical-coordinate representation of color #D6CDF7: hue angle of 252.86º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D6CDF7 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 214 205 247 -
CMYK 0.13 0.17 0 0.03
HSL 252.86º 0.72% 0.89% -
HSV(B) 252.86º 0.17% 0.97% -
XYZ 66.35 64.67 96.98 -
YUV 212.48 147.48 129.08 -
System Red Green Blue C M Y K H S L
Decimal 214 205 247 0.13 0.17 0 0.03 252.86 0.72 0.89
Hex D6 CD F7 D 11 0 3 FD 48 59
Octal 326 315 367 15 21 0 3 375 110 131
Binary 11010110 11001101 11110111 1101 10001 0 11 11111101 1001000 1011001

Color Harmonies of #D6CDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CDF7

Black with #D6CDF7

Text Example


Text Example

White with #D6CDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CDF7; }

 p { color: rgb(214,205,247); }

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

background-color css

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

 a { background-color: rgb(214,205,247); }

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

border-color css

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

 span { border-color: rgb(214,205,247); }

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