#CFCBEF

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

Shades of Lavender Blue #CFCBEF

Tints of Lavender Blue #CFCBEF

Color information

#CFCBEF (or 0xCFCBEF) is unknown color: approx Lavender Blue. HEX triplet: CF, CB and EF. RGB value is (207,203,239). Sum of RGB (Red+Green+Blue) = 207+203+239=649 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.90% from 649); Green value is 203 (79.69% from 255 or 31.28% from 649); Blue value is 239 (93.75% from 255 or 36.83% from 649); Max value from RGB is 239 - color contains mainly: blue. Hex color #CFCBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCBEF is #303410. Grayscale: #D0D0D0. Windows color (decimal): -3159057 or 15715279. OLE color: 15715279.

HSL color Cylindrical-coordinate representation of color #CFCBEF: hue angle of 246.67º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFCBEF is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB207203239-
CMYK0.130.1500.06
HSL246.67º52.94%86.67%-
HSV(B)246.67º15.06%93.73%-
XYZ62.6762.2190.37-
YUV208.3145.33127.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.90%
GREEN value IS 203 (79.69% from 255) = 31.28%
BLUE value IS 239 (93.75% from 255) = 36.83%
R=31.90%
G=31.28%
B=36.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072032390.130.1500.06246.6752.9486.67
HexCFCBEFDF06f73557
Octal31731335715170636765127
Binary110011111100101111101111110111110110111101111101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCBEF; }

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

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

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

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

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

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

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

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