#C2CCFD

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

Shades of Lavender Blue #C2CCFD

Tints of Lavender Blue #C2CCFD

Color information

#C2CCFD (or 0xC2CCFD) is unknown color: approx Lavender Blue. HEX triplet: C2, CC and FD. RGB value is (194,204,253). Sum of RGB (Red+Green+Blue) = 194+204+253=651 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.80% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2CCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CCFD is #3D3302. Grayscale: #CECECE. Windows color (decimal): -4010755 or 16633026. OLE color: 16633026.

HSL color Cylindrical-coordinate representation of color #C2CCFD: hue angle of 229.83º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2CCFD is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB194204253-
CMYK0.230.1900.01
HSL229.83º93.65%87.65%-
HSV(B)229.83º23.32%99.22%-
XYZ61.5761.75101.6-
YUV206.6154.19119.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.80%
GREEN value IS 204 (80.08% from 255) = 31.34%
BLUE value IS 253 (99.22% from 255) = 38.86%
R=29.80%
G=31.34%
B=38.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1942042530.230.1900.01229.8393.6587.65
HexC2CCFD171301e65e58
Octal302314375272301346136130
Binary1100001011001100111111011011110011011110011010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CCFD; }

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

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

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

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

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

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

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

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