#C2CBFE

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

Shades of Lavender Blue #C2CBFE

Tints of Lavender Blue #C2CBFE

Color information

#C2CBFE (or 0xC2CBFE) is unknown color: approx Lavender Blue. HEX triplet: C2, CB and FE. RGB value is (194,203,254). Sum of RGB (Red+Green+Blue) = 194+203+254=651 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.80% from 651); Green value is 203 (79.69% from 255 or 31.18% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2CBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CBFE is #3D3401. Grayscale: #CDCDCD. Windows color (decimal): -4011010 or 16698306. OLE color: 16698306.

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

Color convert

RGB194203254-
CMYK0.240.2000.00
HSL231º96.77%87.84%-
HSV(B)231º23.62%99.61%-
XYZ61.4961.34102.36-
YUV206.12155.02119.35-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.80%
GREEN value IS 203 (79.69% from 255) = 31.18%
BLUE value IS 254 (99.61% from 255) = 39.02%
R=29.80%
G=31.18%
B=39.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1942032540.240.2000.0023196.7787.84
HexC2CBFE181400e76158
Octal302313376302400347141130
Binary1100001011001011111111101100010100001110011111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CBFE; }

 p { color: rgb(194,203,254); }

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

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

 a { background-color: rgb(194,203,254); }

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

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

 span { border-color: rgb(194,203,254); }

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