#CFC4FF

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

Shades of Lavender Blue #CFC4FF

Tints of Lavender Blue #CFC4FF

Color information

#CFC4FF (or 0xCFC4FF) is unknown color: approx Lavender Blue. HEX triplet: CF, C4 and FF. RGB value is (207,196,255). Sum of RGB (Red+Green+Blue) = 207+196+255=658 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.46% from 658); Green value is 196 (76.95% from 255 or 29.79% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFC4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC4FF is #303B00. Grayscale: #CDCDCD. Windows color (decimal): -3160833 or 16762063. OLE color: 16762063.

HSL color Cylindrical-coordinate representation of color #CFC4FF: hue angle of 251.19º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFC4FF is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB207196255-
CMYK0.190.2300
HSL251.19º100%88.43%-
HSV(B)251.19º23.14%100%-
XYZ63.5259.97102.83-
YUV206.02155.64128.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.46%
GREEN value IS 196 (76.95% from 255) = 29.79%
BLUE value IS 255 (100% from 255) = 38.75%
R=31.46%
G=29.79%
B=38.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2071962550.190.2300251.1910088.43
HexCFC4FF131700fb6458
Octal317304377232700373144130
Binary1100111111000100111111111001110111001111101111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC4FF; }

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

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

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

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

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

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

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

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