#C4CBFD

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

Shades of Lavender Blue #C4CBFD

Tints of Lavender Blue #C4CBFD

Color information

#C4CBFD (or 0xC4CBFD) is unknown color: approx Lavender Blue. HEX triplet: C4, CB and FD. RGB value is (196,203,253). Sum of RGB (Red+Green+Blue) = 196+203+253=652 (86% of max value = 765). Red value is 196 (76.95% from 255 or 30.06% from 652); Green value is 203 (79.69% from 255 or 31.13% from 652); Blue value is 253 (99.22% from 255 or 38.80% from 652); Max value from RGB is 253 - color contains mainly: blue. Hex color #C4CBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CBFD is #3B3402. Grayscale: #CECECE. Windows color (decimal): -3879939 or 16632772. OLE color: 16632772.

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

Color convert

RGB196203253-
CMYK0.230.2000.01
HSL232.63º93.44%88.04%-
HSV(B)232.63º22.53%99.22%-
XYZ61.8561.54101.55-
YUV206.61154.18120.43-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.06%
GREEN value IS 203 (79.69% from 255) = 31.13%
BLUE value IS 253 (99.22% from 255) = 38.80%
R=30.06%
G=31.13%
B=38.80%

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
Decimal1962032530.230.2000.01232.6393.4488.04
HexC4CBFD171401e95d58
Octal304313375272401351135130
Binary1100010011001011111111011011110100011110100110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CBFD; }

 p { color: rgb(196,203,253); }

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

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

 a { background-color: rgb(196,203,253); }

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

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

 span { border-color: rgb(196,203,253); }

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