Html Css Color HEX #D3CFFA Lavender Blue

📋 copy color: '#D3CFFA'

red 211 ◦ green 207 ◦ blue 250

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

Shades of Lavender Blue #D3CFFA

Tints of Lavender Blue #D3CFFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.43%

R = 31.59%
G = 30.99%
B = 37.43%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D3CFFA (or 0xD3CFFA) is known color: Lavender Blue. HEX triplet: D3, CF and FA. RGB value is (211,207,250). Sum of RGB (Red+Green+Blue) = 211+207+250=668 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.59% from 668); Green value is 207 (81.25% from 255 or 30.99% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 250 - color contains mainly: blue. Hex color #D3CFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CFFA is #2C3005. Grayscale: #D4D4D4. Windows color (decimal): -2895878 or 16437203. OLE color: 16437203.

HSL color Cylindrical-coordinate representation of color #D3CFFA: hue angle of 245.58º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3CFFA is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 207 250 -
CMYK 0.16 0.17 0 0.02
HSL 245.58º 0.81% 0.9% -
HSV(B) 245.58º 0.17% 0.98% -
XYZ 66.43 65.38 99.56 -
YUV 213.1 148.83 126.5 -
System Red Green Blue C M Y K H S L
Decimal 211 207 250 0.16 0.17 0 0.02 245.58 0.81 0.9
Hex D3 CF FA 10 11 0 2 F6 51 5A
Octal 323 317 372 20 21 0 2 366 121 132
Binary 11010011 11001111 11111010 10000 10001 0 10 11110110 1010001 1011010

Color Harmonies of #D3CFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3CFFA

Black with #D3CFFA

Text Example


Text Example

White with #D3CFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3CFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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