#CFC4FD

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

Shades of Lavender Blue #CFC4FD

Tints of Lavender Blue #CFC4FD

Color information

#CFC4FD (or 0xCFC4FD) is unknown color: approx Lavender Blue. HEX triplet: CF, C4 and FD. RGB value is (207,196,253). Sum of RGB (Red+Green+Blue) = 207+196+253=656 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.55% from 656); Green value is 196 (76.95% from 255 or 29.88% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFC4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC4FD is #303B02. Grayscale: #CDCDCD. Windows color (decimal): -3160835 or 16630991. OLE color: 16630991.

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

Color convert

RGB207196253-
CMYK0.180.2300.01
HSL251.58º93.44%88.04%-
HSV(B)251.58º22.53%99.22%-
XYZ63.259.84101.15-
YUV205.79154.64128.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.55%
GREEN value IS 196 (76.95% from 255) = 29.88%
BLUE value IS 253 (99.22% from 255) = 38.57%
R=31.55%
G=29.88%
B=38.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2071962530.180.2300.01251.5893.4488.04
HexCFC4FD121701fc5d58
Octal317304375222701374135130
Binary1100111111000100111111011001010111011111110010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC4FD; }

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

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

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

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

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

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

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

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