#CFCBF1

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

Shades of Lavender Blue #CFCBF1

Tints of Lavender Blue #CFCBF1

Color information

#CFCBF1 (or 0xCFCBF1) is unknown color: approx Lavender Blue. HEX triplet: CF, CB and F1. RGB value is (207,203,241). Sum of RGB (Red+Green+Blue) = 207+203+241=651 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.80% from 651); Green value is 203 (79.69% from 255 or 31.18% from 651); Blue value is 241 (94.53% from 255 or 37.02% from 651); Max value from RGB is 241 - color contains mainly: blue. Hex color #CFCBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCBF1 is #30340E. Grayscale: #D0D0D0. Windows color (decimal): -3159055 or 15846351. OLE color: 15846351.

HSL color Cylindrical-coordinate representation of color #CFCBF1: hue angle of 246.32º degrees, saturation: 0.58, 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 #CFCBF1 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB207203241-
CMYK0.140.1600.05
HSL246.32º57.58%87.06%-
HSV(B)246.32º15.77%94.51%-
XYZ62.9762.3391.93-
YUV208.53146.33126.91-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.80%
GREEN value IS 203 (79.69% from 255) = 31.18%
BLUE value IS 241 (94.53% from 255) = 37.02%
R=31.80%
G=31.18%
B=37.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072032410.140.1600.05246.3257.5887.06
HexCFCBF1E1005f63a57
Octal31731336116200536672127
Binary1100111111001011111100011110100000101111101101110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCBF1; }

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

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

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

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

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

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

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

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