#CDCCFB

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

Shades of Lavender Blue #CDCCFB

Tints of Lavender Blue #CDCCFB

Color information

#CDCCFB (or 0xCDCCFB) is unknown color: approx Lavender Blue. HEX triplet: CD, CC and FB. RGB value is (205,204,251). Sum of RGB (Red+Green+Blue) = 205+204+251=660 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.06% from 660); Green value is 204 (80.08% from 255 or 30.91% from 660); Blue value is 251 (98.44% from 255 or 38.03% from 660); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDCCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCCFB is #323304. Grayscale: #D1D1D1. Windows color (decimal): -3289861 or 16501965. OLE color: 16501965.

HSL color Cylindrical-coordinate representation of color #CDCCFB: hue angle of 241.28º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDCCFB is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205204251-
CMYK0.180.1900.02
HSL241.28º85.45%89.22%-
HSV(B)241.28º18.73%98.43%-
XYZ64.1863.13100.07-
YUV209.66151.33124.68-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.06%
GREEN value IS 204 (80.08% from 255) = 30.91%
BLUE value IS 251 (98.44% from 255) = 38.03%
R=31.06%
G=30.91%
B=38.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052042510.180.1900.02241.2885.4589.22
HexCDCCFB121302f15559
Octal315314373222302361125131
Binary11001101110011001111101110010100110101111000110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCCFB; }

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

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

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

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

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

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

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

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