#C4CDFD

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

Shades of Lavender Blue #C4CDFD

Tints of Lavender Blue #C4CDFD

Color information

#C4CDFD (or 0xC4CDFD) is unknown color: approx Lavender Blue. HEX triplet: C4, CD and FD. RGB value is (196,205,253). Sum of RGB (Red+Green+Blue) = 196+205+253=654 (86% of max value = 765). Red value is 196 (76.95% from 255 or 29.97% from 654); Green value is 205 (80.47% from 255 or 31.35% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #C4CDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CDFD is #3B3202. Grayscale: #CFCFCF. Windows color (decimal): -3879427 or 16633284. OLE color: 16633284.

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

Color convert

RGB196205253-
CMYK0.230.1900.01
HSL230.53º93.44%88.04%-
HSV(B)230.53º22.53%99.22%-
XYZ62.3362.49101.71-
YUV207.78153.52119.6-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 29.97%
GREEN value IS 205 (80.47% from 255) = 31.35%
BLUE value IS 253 (99.22% from 255) = 38.69%
R=29.97%
G=31.35%
B=38.69%

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
Decimal1962052530.230.1900.01230.5393.4488.04
HexC4CDFD171301e75d58
Octal304315375272301347135130
Binary1100010011001101111111011011110011011110011110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CDFD; }

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

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

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

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

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

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

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

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