#D0CCFD

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

Shades of Lavender Blue #D0CCFD

Tints of Lavender Blue #D0CCFD

Color information

#D0CCFD (or 0xD0CCFD) is unknown color: approx Lavender Blue. HEX triplet: D0, CC and FD. RGB value is (208,204,253). Sum of RGB (Red+Green+Blue) = 208+204+253=665 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.28% from 665); Green value is 204 (80.08% from 255 or 30.68% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #D0CCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CCFD is #2F3302. Grayscale: #D2D2D2. Windows color (decimal): -3093251 or 16633040. OLE color: 16633040.

HSL color Cylindrical-coordinate representation of color #D0CCFD: hue angle of 244.9º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0CCFD is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB208204253-
CMYK0.180.1900.01
HSL244.9º92.45%89.61%-
HSV(B)244.9º19.37%99.22%-
XYZ65.3363.69101.78-
YUV210.78151.83126.02-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.28%
GREEN value IS 204 (80.08% from 255) = 30.68%
BLUE value IS 253 (99.22% from 255) = 38.05%
R=31.28%
G=30.68%
B=38.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082042530.180.1900.01244.992.4589.61
HexD0CCFD121301f55c5a
Octal320314375222301365134132
Binary1101000011001100111111011001010011011111010110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CCFD; }

 p { color: rgb(208,204,253); }

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

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

 a { background-color: rgb(208,204,253); }

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

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

 span { border-color: rgb(208,204,253); }

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