Html Css Color HEX #D3CFF6 Lavender Blue

📋 copy color: '#D3CFF6'

red 211 ◦ green 207 ◦ blue 246

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

Shades of Lavender Blue #D3CFF6

Tints of Lavender Blue #D3CFF6

RGB

 RED value IS 211 (82.81% from 255) = 31.78%

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

 BLUE value IS 246 (96.48% from 255) = 37.05%

R = 31.78%
G = 31.17%
B = 37.05%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D3CFF6 (or 0xD3CFF6) is known color: Lavender Blue. HEX triplet: D3, CF and F6. RGB value is (211,207,246). Sum of RGB (Red+Green+Blue) = 211+207+246=664 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.78% from 664); Green value is 207 (81.25% from 255 or 31.17% from 664); Blue value is 246 (96.48% from 255 or 37.05% from 664); Max value from RGB is 246 - color contains mainly: blue. Hex color #D3CFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CFF6 is #2C3009. Grayscale: #D4D4D4. Windows color (decimal): -2895882 or 16175059. OLE color: 16175059.

HSL color Cylindrical-coordinate representation of color #D3CFF6: hue angle of 246.15º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D3CFF6 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 211 207 246 -
CMYK 0.14 0.16 0 0.04
HSL 246.15º 0.68% 0.89% -
HSV(B) 246.15º 0.16% 0.96% -
XYZ 65.81 65.13 96.29 -
YUV 212.64 146.83 126.83 -
System Red Green Blue C M Y K H S L
Decimal 211 207 246 0.14 0.16 0 0.04 246.15 0.68 0.89
Hex D3 CF F6 E 10 0 4 F6 44 59
Octal 323 317 366 16 20 0 4 366 104 131
Binary 11010011 11001111 11110110 1110 10000 0 100 11110110 1000100 1011001

Color Harmonies of #D3CFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3CFF6

Black with #D3CFF6

Text Example


Text Example

White with #D3CFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3CFF6; }

 p { color: rgb(211,207,246); }

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

background-color css

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

 a { background-color: rgb(211,207,246); }

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

border-color css

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

 span { border-color: rgb(211,207,246); }

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