#CFCBF3

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

Shades of Lavender Blue #CFCBF3

Tints of Lavender Blue #CFCBF3

Color information

#CFCBF3 (or 0xCFCBF3) is unknown color: approx Lavender Blue. HEX triplet: CF, CB and F3. RGB value is (207,203,243). Sum of RGB (Red+Green+Blue) = 207+203+243=653 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.70% from 653); Green value is 203 (79.69% from 255 or 31.09% from 653); Blue value is 243 (95.31% from 255 or 37.21% from 653); Max value from RGB is 243 - color contains mainly: blue. Hex color #CFCBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCBF3 is #30340C. Grayscale: #D0D0D0. Windows color (decimal): -3159053 or 15977423. OLE color: 15977423.

HSL color Cylindrical-coordinate representation of color #CFCBF3: hue angle of 246º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFCBF3 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB207203243-
CMYK0.150.1600.05
HSL246º62.5%87.45%-
HSV(B)246º16.46%95.29%-
XYZ63.2762.4593.51-
YUV208.76147.33126.75-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.70%
GREEN value IS 203 (79.69% from 255) = 31.09%
BLUE value IS 243 (95.31% from 255) = 37.21%
R=31.70%
G=31.09%
B=37.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072032430.150.1600.0524662.587.45
HexCFCBF3F1005f63e57
Octal31731336317200536676127
Binary1100111111001011111100111111100000101111101101111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCBF3; }

 p { color: rgb(207,203,243); }

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

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

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

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

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

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

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