#CFC4FC

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

Shades of Lavender Blue #CFC4FC

Tints of Lavender Blue #CFC4FC

Color information

#CFC4FC (or 0xCFC4FC) is unknown color: approx Lavender Blue. HEX triplet: CF, C4 and FC. RGB value is (207,196,252). Sum of RGB (Red+Green+Blue) = 207+196+252=655 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.60% from 655); Green value is 196 (76.95% from 255 or 29.92% from 655); Blue value is 252 (98.83% from 255 or 38.47% from 655); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFC4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC4FC is #303B03. Grayscale: #CDCDCD. Windows color (decimal): -3160836 or 16565455. OLE color: 16565455.

HSL color Cylindrical-coordinate representation of color #CFC4FC: hue angle of 251.79º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFC4FC is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB207196252-
CMYK0.180.2200.01
HSL251.79º90.32%87.84%-
HSV(B)251.79º22.22%98.82%-
XYZ63.0459.77100.31-
YUV205.67154.14128.95-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.60%
GREEN value IS 196 (76.95% from 255) = 29.92%
BLUE value IS 252 (98.83% from 255) = 38.47%
R=31.60%
G=29.92%
B=38.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2071962520.180.2200.01251.7990.3287.84
HexCFC4FC121601fc5a58
Octal317304374222601374132130
Binary1100111111000100111111001001010110011111110010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC4FC; }

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

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

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

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

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

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

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

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