#C3CAFD

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

Shades of Lavender Blue #C3CAFD

Tints of Lavender Blue #C3CAFD

Color information

#C3CAFD (or 0xC3CAFD) is unknown color: approx Lavender Blue. HEX triplet: C3, CA and FD. RGB value is (195,202,253). Sum of RGB (Red+Green+Blue) = 195+202+253=650 (86% of max value = 765). Red value is 195 (76.56% from 255 or 30% from 650); Green value is 202 (79.30% from 255 or 31.08% from 650); Blue value is 253 (99.22% from 255 or 38.92% from 650); Max value from RGB is 253 - color contains mainly: blue. Hex color #C3CAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CAFD is #3C3502. Grayscale: #CDCDCD. Windows color (decimal): -3945731 or 16632515. OLE color: 16632515.

HSL color Cylindrical-coordinate representation of color #C3CAFD: hue angle of 232.76º 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 #C3CAFD is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB195202253-
CMYK0.230.2000.01
HSL232.76º93.55%87.84%-
HSV(B)232.76º22.92%99.22%-
XYZ61.3660.94101.46-
YUV205.72154.68120.35-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30%
GREEN value IS 202 (79.30% from 255) = 31.08%
BLUE value IS 253 (99.22% from 255) = 38.92%
R=30%
G=31.08%
B=38.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1952022530.230.2000.01232.7693.5587.84
HexC3CAFD171401e95e58
Octal303312375272401351136130
Binary1100001111001010111111011011110100011110100110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CAFD; }

 p { color: rgb(195,202,253); }

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

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

 a { background-color: rgb(195,202,253); }

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

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

 span { border-color: rgb(195,202,253); }

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