#C2CDFC

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

Shades of Lavender Blue #C2CDFC

Tints of Lavender Blue #C2CDFC

Color information

#C2CDFC (or 0xC2CDFC) is unknown color: approx Lavender Blue. HEX triplet: C2, CD and FC. RGB value is (194,205,252). Sum of RGB (Red+Green+Blue) = 194+205+252=651 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.80% from 651); Green value is 205 (80.47% from 255 or 31.49% from 651); Blue value is 252 (98.83% from 255 or 38.71% from 651); Max value from RGB is 252 - color contains mainly: blue. Hex color #C2CDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CDFC is #3D3203. Grayscale: #CECECE. Windows color (decimal): -4010500 or 16567746. OLE color: 16567746.

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

Color convert

RGB194205252-
CMYK0.230.1900.01
HSL228.62º90.62%87.45%-
HSV(B)228.62º23.02%98.82%-
XYZ61.6562.16100.84-
YUV207.07153.36118.68-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.80%
GREEN value IS 205 (80.47% from 255) = 31.49%
BLUE value IS 252 (98.83% from 255) = 38.71%
R=29.80%
G=31.49%
B=38.71%

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
Decimal1942052520.230.1900.01228.6290.6287.45
HexC2CDFC171301e55b57
Octal302315374272301345133127
Binary1100001011001101111111001011110011011110010110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CDFC; }

 p { color: rgb(194,205,252); }

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

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

 a { background-color: rgb(194,205,252); }

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

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

 span { border-color: rgb(194,205,252); }

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