Html Css Color HEX #D3CCF3 Lavender Blue

📋 copy color: '#D3CCF3'

red 211 ◦ green 204 ◦ blue 243

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

Shades of Lavender Blue #D3CCF3

Tints of Lavender Blue #D3CCF3

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31%

 BLUE value IS 243 (95.31% from 255) = 36.93%

R = 32.07%
G = 31%
B = 36.93%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D3CCF3 (or 0xD3CCF3) is known color: Lavender Blue. HEX triplet: D3, CC and F3. RGB value is (211,204,243). Sum of RGB (Red+Green+Blue) = 211+204+243=658 (87% of max value = 765). Red value is 211 (82.81% from 255 or 32.07% from 658); Green value is 204 (80.08% from 255 or 31.00% from 658); Blue value is 243 (95.31% from 255 or 36.93% from 658); Max value from RGB is 243 - color contains mainly: blue. Hex color #D3CCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CCF3 is #2C330C. Grayscale: #D2D2D2. Windows color (decimal): -2896653 or 15977683. OLE color: 15977683.

HSL color Cylindrical-coordinate representation of color #D3CCF3: hue angle of 250.77º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D3CCF3 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 204 243 -
CMYK 0.13 0.16 0 0.05
HSL 250.77º 0.62% 0.88% -
HSV(B) 250.77º 0.16% 0.95% -
XYZ 64.63 63.51 93.65 -
YUV 210.54 146.32 128.33 -
System Red Green Blue C M Y K H S L
Decimal 211 204 243 0.13 0.16 0 0.05 250.77 0.62 0.88
Hex D3 CC F3 D 10 0 5 FB 3E 58
Octal 323 314 363 15 20 0 5 373 76 130
Binary 11010011 11001100 11110011 1101 10000 0 101 11111011 111110 1011000

Color Harmonies of #D3CCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3CCF3

Black with #D3CCF3

Text Example


Text Example

White with #D3CCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3CCF3; }

 p { color: rgb(211,204,243); }

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

background-color css

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

 a { background-color: rgb(211,204,243); }

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

border-color css

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

 span { border-color: rgb(211,204,243); }

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