#C2CCFA

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

Shades of Lavender Blue #C2CCFA

Tints of Lavender Blue #C2CCFA

Color information

#C2CCFA (or 0xC2CCFA) is unknown color: approx Lavender Blue. HEX triplet: C2, CC and FA. RGB value is (194,204,250). Sum of RGB (Red+Green+Blue) = 194+204+250=648 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.94% from 648); Green value is 204 (80.08% from 255 or 31.48% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 250 - color contains mainly: blue. Hex color #C2CCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CCFA is #3D3305. Grayscale: #CECECE. Windows color (decimal): -4010758 or 16436418. OLE color: 16436418.

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

Color convert

RGB194204250-
CMYK0.220.1800.02
HSL229.29º84.85%87.06%-
HSV(B)229.29º22.4%98.04%-
XYZ61.161.5699.1-
YUV206.25152.69119.26-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.94%
GREEN value IS 204 (80.08% from 255) = 31.48%
BLUE value IS 250 (98.05% from 255) = 38.58%
R=29.94%
G=31.48%
B=38.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1942042500.220.1800.02229.2984.8587.06
HexC2CCFA161202e55557
Octal302314372262202345125127
Binary11000010110011001111101010110100100101110010110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CCFA; }

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

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

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

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

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

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

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

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