#CFCFFF

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

Shades of Lavender Blue #CFCFFF

Tints of Lavender Blue #CFCFFF

Color information

#CFCFFF (or 0xCFCFFF) is unknown color: approx Lavender Blue. HEX triplet: CF, CF and FF. RGB value is (207,207,255). Sum of RGB (Red+Green+Blue) = 207+207+255=669 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.94% from 669); Green value is 207 (81.25% from 255 or 30.94% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFCFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCFFF is #303000. Grayscale: #D4D4D4. Windows color (decimal): -3158017 or 16764879. OLE color: 16764879.

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

Color convert

RGB207207255-
CMYK0.190.1900
HSL240º100%90.59%-
HSV(B)240º18.82%100%-
XYZ66.0965.11103.69-
YUV212.47152124.1-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.94%
GREEN value IS 207 (81.25% from 255) = 30.94%
BLUE value IS 255 (100% from 255) = 38.12%
R=30.94%
G=30.94%
B=38.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2072072550.190.190024010090.59
HexCFCFFF131300f0645b
Octal317317377232300360144133
Binary1100111111001111111111111001110011001111000011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCFFF; }

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

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

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

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

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

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

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

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