#D2CCF3

Color #D2CCF3 Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #D2CCF3

Tints of Lavender Blue #D2CCF3

Color information

#D2CCF3 (or 0xD2CCF3) is unknown color: approx Lavender Blue. HEX triplet: D2, CC and F3. RGB value is (210,204,243). Sum of RGB (Red+Green+Blue) = 210+204+243=657 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.96% from 657); Green value is 204 (80.08% from 255 or 31.05% from 657); Blue value is 243 (95.31% from 255 or 36.99% from 657); Max value from RGB is 243 - color contains mainly: blue. Hex color #D2CCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CCF3 is #2D330C. Grayscale: #D2D2D2. Windows color (decimal): -2962189 or 15977682. OLE color: 15977682.

HSL color Cylindrical-coordinate representation of color #D2CCF3: hue angle of 249.23º 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 #D2CCF3 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB210204243-
CMYK0.140.1600.05
HSL249.23º61.9%87.65%-
HSV(B)249.23º16.05%95.29%-
XYZ64.3563.3693.63-
YUV210.24146.49127.83-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.96%
GREEN value IS 204 (80.08% from 255) = 31.05%
BLUE value IS 243 (95.31% from 255) = 36.99%
R=31.96%
G=31.05%
B=36.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2102042430.140.1600.05249.2361.987.65
HexD2CCF3E1005f93e58
Octal32231436316200537176130
Binary1101001011001100111100111110100000101111110011111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CCF3; }

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

 H1.HeaderClassName
 {
   color: #D2CCF3;
 }
 .AnyTagClassName
 {
   color: #D2CCF3;
 }
</style>
background-color css

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

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

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

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

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

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