#C2CCFF

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

Shades of Lavender Blue #C2CCFF

Tints of Lavender Blue #C2CCFF

Color information

#C2CCFF (or 0xC2CCFF) is unknown color: approx Lavender Blue. HEX triplet: C2, CC and FF. RGB value is (194,204,255). Sum of RGB (Red+Green+Blue) = 194+204+255=653 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.71% from 653); Green value is 204 (80.08% from 255 or 31.24% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2CCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CCFF is #3D3300. Grayscale: #CECECE. Windows color (decimal): -4010753 or 16764098. OLE color: 16764098.

HSL color Cylindrical-coordinate representation of color #C2CCFF: hue angle of 230.16º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2CCFF is Cyan = 0.24, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB194204255-
CMYK0.240.200
HSL230.16º100%88.04%-
HSV(B)230.16º23.92%100%-
XYZ61.8961.88103.29-
YUV206.82155.19118.85-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.71%
GREEN value IS 204 (80.08% from 255) = 31.24%
BLUE value IS 255 (100% from 255) = 39.05%
R=29.71%
G=31.24%
B=39.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1942042550.240.200230.1610088.04
HexC2CCFF181400e66458
Octal302314377302400346144130
Binary1100001011001100111111111100010100001110011011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CCFF; }

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

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

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

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

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

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

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

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