#CDCCFD

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

Shades of Lavender Blue #CDCCFD

Tints of Lavender Blue #CDCCFD

Color information

#CDCCFD (or 0xCDCCFD) is unknown color: approx Lavender Blue. HEX triplet: CD, CC and FD. RGB value is (205,204,253). Sum of RGB (Red+Green+Blue) = 205+204+253=662 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.97% from 662); Green value is 204 (80.08% from 255 or 30.82% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDCCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCCFD is #323302. Grayscale: #D1D1D1. Windows color (decimal): -3289859 or 16633037. OLE color: 16633037.

HSL color Cylindrical-coordinate representation of color #CDCCFD: hue angle of 241.22º 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 #CDCCFD is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB205204253-
CMYK0.190.1900.01
HSL241.22º92.45%89.61%-
HSV(B)241.22º19.37%99.22%-
XYZ64.563.26101.74-
YUV209.88152.33124.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.97%
GREEN value IS 204 (80.08% from 255) = 30.82%
BLUE value IS 253 (99.22% from 255) = 38.22%
R=30.97%
G=30.82%
B=38.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2052042530.190.1900.01241.2292.4589.61
HexCDCCFD131301f15c5a
Octal315314375232301361134132
Binary1100110111001100111111011001110011011111000110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCCFD; }

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

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

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

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

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

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

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

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