#CCCDFA

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

Shades of Lavender Blue #CCCDFA

Tints of Lavender Blue #CCCDFA

Color information

#CCCDFA (or 0xCCCDFA) is unknown color: approx Lavender Blue. HEX triplet: CC, CD and FA. RGB value is (204,205,250). Sum of RGB (Red+Green+Blue) = 204+205+250=659 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.96% from 659); Green value is 205 (80.47% from 255 or 31.11% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCCDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCDFA is #333205. Grayscale: #D1D1D1. Windows color (decimal): -3355142 or 16436684. OLE color: 16436684.

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

Color convert

RGB204205250-
CMYK0.180.1800.02
HSL238.7º82.14%89.02%-
HSV(B)238.7º18.4%98.04%-
XYZ63.9963.499.31-
YUV209.83150.67123.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.96%
GREEN value IS 205 (80.47% from 255) = 31.11%
BLUE value IS 250 (98.05% from 255) = 37.94%
R=30.96%
G=31.11%
B=37.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042052500.180.1800.02238.782.1489.02
HexCCCDFA121202ef5259
Octal314315372222202357122131
Binary11001100110011011111101010010100100101110111110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCDFA; }

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

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

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

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

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

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

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

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