#CCCDF2

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

Shades of Lavender Blue #CCCDF2

Tints of Lavender Blue #CCCDF2

Color information

#CCCDF2 (or 0xCCCDF2) is unknown color: approx Lavender Blue. HEX triplet: CC, CD and F2. RGB value is (204,205,242). Sum of RGB (Red+Green+Blue) = 204+205+242=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 205 (80.47% from 255 or 31.49% from 651); Blue value is 242 (94.92% from 255 or 37.17% from 651); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCCDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCDF2 is #33320D. Grayscale: #D0D0D0. Windows color (decimal): -3355150 or 15912396. OLE color: 15912396.

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

Color convert

RGB204205242-
CMYK0.160.1500.05
HSL238.42º59.38%87.45%-
HSV(B)238.42º15.7%94.9%-
XYZ62.7662.9192.84-
YUV208.92146.67124.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.34%
GREEN value IS 205 (80.47% from 255) = 31.49%
BLUE value IS 242 (94.92% from 255) = 37.17%
R=31.34%
G=31.49%
B=37.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042052420.160.1500.05238.4259.3887.45
HexCCCDF210F05ee3b57
Octal31431536220170535673127
Binary1100110011001101111100101000011110101111011101110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCDF2; }

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

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

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

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

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

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

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

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