Html Css Color HEX #D6C9FD Lavender Blue

📋 copy color: '#D6C9FD'

red 214 ◦ green 201 ◦ blue 253

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

Shades of Lavender Blue #D6C9FD

Tints of Lavender Blue #D6C9FD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.09%

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

R = 32.04%
G = 30.09%
B = 37.87%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D6C9FD (or 0xD6C9FD) is known color: Lavender Blue. HEX triplet: D6, C9 and FD. RGB value is (214,201,253). Sum of RGB (Red+Green+Blue) = 214+201+253=668 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.04% from 668); Green value is 201 (78.91% from 255 or 30.09% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 253 - color contains mainly: blue. Hex color #D6C9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6C9FD is #293602. Grayscale: #D2D2D2. Windows color (decimal): -2700803 or 16632278. OLE color: 16632278.

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

Color convert

RGB 214 201 253 -
CMYK 0.15 0.21 0 0.01
HSL 255º 0.93% 0.89% -
HSV(B) 255º 0.21% 0.99% -
XYZ 66.35 63.16 101.62 -
YUV 210.82 151.81 130.27 -
System Red Green Blue C M Y K H S L
Decimal 214 201 253 0.15 0.21 0 0.01 255 0.93 0.89
Hex D6 C9 FD F 15 0 1 FF 5D 59
Octal 326 311 375 17 25 0 1 377 135 131
Binary 11010110 11001001 11111101 1111 10101 0 1 11111111 1011101 1011001

Color Harmonies of #D6C9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C9FD

Black with #D6C9FD

Text Example


Text Example

White with #D6C9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C9FD; }

 p { color: rgb(214,201,253); }

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

background-color css

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

 a { background-color: rgb(214,201,253); }

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

border-color css

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

 span { border-color: rgb(214,201,253); }

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